COLOR #A0CB60

HEX: #A0CB60 RGB: (160,203,96)

Color info

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

RGB color model

#A0CB60 color RGB value is (160,203,96).

RGB: (160,203,96) (63%, 80%, 38%)

RGB channels and saturation

R 160 of 255 = 63%
G 203 of 255 = 80%
B 96 of 255 = 38%

160
203
96

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

Portions of RGB colors in percentages

R + G + B = 160 + 203 + 96 = 459 (100%)
R 160 of 459 ~ 34.86%
G 203 of 459 ~ 44.23%
B 96 of 459 ~ 20.92'%

%34.86
%44.23
%20.92

CMYK color model

#A0CB60 color CMYK value is (21,0,53,20).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 52.71%
  • key color value is 20.39%

CMYK: (21,0,53,20)
C21M0Y53K20 (21%, 0%, 53%, 20%)
(0.21 / 0.00 / 0.53 / 0.20)

CMYK percentages

%21.18
%0
%52.71
%20.39

Codes

Color #A0CB60 in popluar color models

A0 CB 60
RGB 160 203 96
HSL 84° 50.71% 58.63%
HSB/HSV 84° 52.71% 79.61%
CMYK 21.18% 0.00% 52.71%
20.39%

Color #A0CB60 in popluar number systems.

HEX A0 CB 60
Decimal 160 203 96
Binary 10100000 11001011 1100000
Octal 240 313 140

Shades and tints

Shades of #A0CB60

#A0CB60
(160,203,96)
#92B958
(146,185,88)
#84A750
(132,167,80)
#769548
(118,149,72)
#688340
(104,131,64)
#5A7138
(90,113,56)
#4C5F30
(76,95,48)
#3E4D28
(62,77,40)
#303B20
(48,59,32)
#222918
(34,41,24)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #A0CB60

#A0CB60
(160,203,96)
#A8CF6E
(168,207,110)
#B0D37C
(176,211,124)
#B8D78A
(184,215,138)
#C0DB98
(192,219,152)
#C8DFA6
(200,223,166)
#D0E3B4
(208,227,180)
#D8E7C2
(216,231,194)
#E0EBD0
(224,235,208)
#E8EFDE
(232,239,222)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CB60; }

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

This text font color is #A0CB60.

Background Color

.myBgColor { background-color: #A0CB60; }

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

This div background color is #A0CB60.

Border color

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

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

This div border color is #A0CB60.

Opacity

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

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

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

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

This text has shadow with #A0CB60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0CB60.

Preview

Color preview on black background

This text has color #A0CB60 on black background.


Color preview on white background

This text has color #A0CB60 on white background.


Black color preview on #A0CB60 background

This text has black color on #A0CB60 background.


White color preview on #A0CB60 background

This text has white color on #A0CB60 background.


Related colors

Complementary color

Complementary color for #hex is #5F349F.


I love getcolorcode.com

Triadic colors

1 #60A0CB and #CB60A0 with #A0CB60 are triadic colors.

2 #60CBA0 and #CBA060 with #A0CB60 are triadic colors.