COLOR #A0CB74

HEX: #A0CB74 RGB: (160,203,116)

Color info

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

RGB color model

#A0CB74 color RGB value is (160,203,116).

RGB: (160,203,116) (63%, 80%, 45%)

RGB channels and saturation

R 160 of 255 = 63%
G 203 of 255 = 80%
B 116 of 255 = 45%

160
203
116

R + G + B ~ 63%. #A0CB74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 203 + 116 = 479 (100%)
R 160 of 479 ~ 33.4%
G 203 of 479 ~ 42.38%
B 116 of 479 ~ 24.22'%

%33.4
%42.38
%24.22

CMYK color model

#A0CB74 color CMYK value is (21,0,43,20).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 20.39%
CMYK: (21,0,43,20) C21M0Y43K20 (21%,0%,43%,20%) (0.21/0.00/0.43/0.20) 

CMYK percentages

%21.18
%0
%42.86
%20.39

Codes

Color #A0CB74 in popluar color models

A0 CB 74
RGB 160 203 116
HSL 90° 45.55% 62.55%
HSB/HSV 90° 42.86% 79.61%
CMYK 21.18% 0.00% 42.86%
20.39%

Color #A0CB74 in popluar number systems.

HEX A0 CB 74
Decimal 160 203 116
Binary 10100000 11001011 1110100
Octal 240 313 164

Shades and tints

Shades of #A0CB74

#A0CB74
(160,203,116)
#92B96A
(146,185,106)
#84A760
(132,167,96)
#769556
(118,149,86)
#68834C
(104,131,76)
#5A7142
(90,113,66)
#4C5F38
(76,95,56)
#3E4D2E
(62,77,46)
#303B24
(48,59,36)
#22291A
(34,41,26)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #A0CB74

#A0CB74
(160,203,116)
#A8CF80
(168,207,128)
#B0D38C
(176,211,140)
#B8D798
(184,215,152)
#C0DBA4
(192,219,164)
#C8DFB0
(200,223,176)
#D0E3BC
(208,227,188)
#D8E7C8
(216,231,200)
#E0EBD4
(224,235,212)
#E8EFE0
(232,239,224)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CB74 color. Also use rgb(160,203,116) instead hex code.

Text Font Color

.myTextColor { color: #A0CB74; }

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

This text font color is #A0CB74.

Background Color

.myBgColor { background-color: #A0CB74; }

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

This div background color is #A0CB74.

Border color

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

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

This div border color is #A0CB74.

Opacity

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

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

Text with #A0CB74 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 #A0CB74;}

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

This text has shadow with #A0CB74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0CB74.

Preview

Color preview on black background

This text has color #A0CB74 on black background.


Color preview on white background

This text has color #A0CB74 on white background.


Black color preview on #A0CB74 background

This text has black color on #A0CB74 background.


White color preview on #A0CB74 background

This text has white color on #A0CB74 background.


Related colors

Complementary color

Complementary color for #hex is #5F348B.


I love getcolorcode.com

Triadic colors

1 #74A0CB and #CB74A0 with #A0CB74 are triadic colors.

2 #74CBA0 and #CBA074 with #A0CB74 are triadic colors.