COLOR #A0C369

HEX: #A0C369 RGB: (160,195,105)

Color info

#A0C369 contains mainly red and green colors. Web safe color of #A0C369 is #99CC66 (or #9C6).

RGB color model

#A0C369 color RGB value is (160,195,105).

RGB: (160,195,105) (63%, 76%, 41%)

RGB channels and saturation

R 160 of 255 = 63%
G 195 of 255 = 76%
B 105 of 255 = 41%

160
195
105

R + G + B ~ 60%. #A0C369 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 195 + 105 = 460 (100%)
R 160 of 460 ~ 34.78%
G 195 of 460 ~ 42.39%
B 105 of 460 ~ 22.83'%

%34.78
%42.39
%22.83

CMYK color model

#A0C369 color CMYK value is (18,0,46,24).

  • cyan value is 17.95%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 23.53%

CMYK: (18,0,46,24)
C18M0Y46K24 (18%, 0%, 46%, 24%)
(0.18 / 0.00 / 0.46 / 0.24)

CMYK percentages

%17.95
%0
%46.15
%23.53

Codes

Color #A0C369 in popluar color models

A0 C3 69
RGB 160 195 105
HSL 83° 42.86% 58.82%
HSB/HSV 83° 46.15% 76.47%
CMYK 17.95% 0.00% 46.15%
23.53%

Color #A0C369 in popluar number systems.

HEX A0 C3 69
Decimal 160 195 105
Binary 10100000 11000011 1101001
Octal 240 303 151

Shades and tints

Shades of #A0C369

#A0C369
(160,195,105)
#92B260
(146,178,96)
#84A157
(132,161,87)
#76904E
(118,144,78)
#687F45
(104,127,69)
#5A6E3C
(90,110,60)
#4C5D33
(76,93,51)
#3E4C2A
(62,76,42)
#303B21
(48,59,33)
#222A18
(34,42,24)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #A0C369

#A0C369
(160,195,105)
#A8C876
(168,200,118)
#B0CD83
(176,205,131)
#B8D290
(184,210,144)
#C0D79D
(192,215,157)
#C8DCAA
(200,220,170)
#D0E1B7
(208,225,183)
#D8E6C4
(216,230,196)
#E0EBD1
(224,235,209)
#E8F0DE
(232,240,222)
#F0F5EB
(240,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C369 color. Also use rgb(160,195,105) instead hex code.

Text Font Color

.myTextColor { color: #A0C369; }

<p style="color:#A0C369">This sample text font color is #A0C369.</p>

This text font color is #A0C369.

Background Color

.myBgColor { background-color: #A0C369; }

<div style="background-color:#A0C369">Inner text</div>

This div background color is #A0C369.

Border color

.myBorderColor { border: 1px solid #A0C369; }

<div style="border:3px solid #A0C369">Div</div>

This div border color is #A0C369.

Opacity

.myOpacity80 { color: #A0C369; opacity: 0.8; }

<p style="color:#A0C369;opacity:0.8;">80%</p>

Text with #A0C369 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A0C369;}

<p style="text-shadow: 3px 3px 1px #A0C369">Text here.</p>

This text has shadow with #A0C369 color.


.textShadow {text-shadow: 3px 3px 1px #A0C369', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A0C369, 5px 5px 20px red">Text here.</p>

This text has shadow with #A0C369 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A0C369, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A0C369, Direction=45, Strength=4)">Text</p>

This text has shadow with #A0C369 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A0C369;
-webkit-box-shadow: 1px 1px 3px 2px #A0C369;
box-shadow: 1px 1px 3px 2px #A0C369;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A0C369; -webkit-box-shadow: 1px 1px 3px 2px #A0C369; box-shadow:1px 1px 3px 2px #A0C369;">
Div content here
</div>

This div box has shadow with color #A0C369.

Preview

Color preview on black background

This text has color #A0C369 on black background.


Color preview on white background

This text has color #A0C369 on white background.


Black color preview on #A0C369 background

This text has black color on #A0C369 background.


White color preview on #A0C369 background

This text has white color on #A0C369 background.


Related colors

Complementary color

Complementary color for #hex is #5F3C96.


I love getcolorcode.com

Triadic colors

1 #69A0C3 and #C369A0 with #A0C369 are triadic colors.

2 #69C3A0 and #C3A069 with #A0C369 are triadic colors.