COLOR #A2CB7D

HEX: #A2CB7D RGB: (162,203,125)

Color info

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

RGB color model

#A2CB7D color RGB value is (162,203,125).

RGB: (162,203,125) (64%, 80%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 203 of 255 = 80%
B 125 of 255 = 49%

162
203
125

R + G + B ~ 64%. #A2CB7D is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 203 + 125 = 490 (100%)
R 162 of 490 ~ 33.06%
G 203 of 490 ~ 41.43%
B 125 of 490 ~ 25.51'%

%33.06
%41.43
%25.51

CMYK color model

#A2CB7D color CMYK value is (20,0,38,20).

  • cyan value is 20.20%
  • magenta value is 0.00%
  • yellow value is 38.42%
  • key color value is 20.39%

CMYK: (20,0,38,20)
C20M0Y38K20 (20%, 0%, 38%, 20%)
(0.20 / 0.00 / 0.38 / 0.20)

CMYK percentages

%20.2
%0
%38.42
%20.39

Codes

Color #A2CB7D in popluar color models

A2 CB 7D
RGB 162 203 125
HSL 92° 42.86% 64.31%
HSB/HSV 92° 38.42% 79.61%
CMYK 20.20% 0.00% 38.42%
20.39%

Color #A2CB7D in popluar number systems.

HEX A2 CB 7D
Decimal 162 203 125
Binary 10100010 11001011 1111101
Octal 242 313 175

Shades and tints

Shades of #A2CB7D

#A2CB7D
(162,203,125)
#94B972
(148,185,114)
#86A767
(134,167,103)
#78955C
(120,149,92)
#6A8351
(106,131,81)
#5C7146
(92,113,70)
#4E5F3B
(78,95,59)
#404D30
(64,77,48)
#323B25
(50,59,37)
#24291A
(36,41,26)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #A2CB7D

#A2CB7D
(162,203,125)
#AACF88
(170,207,136)
#B2D393
(178,211,147)
#BAD79E
(186,215,158)
#C2DBA9
(194,219,169)
#CADFB4
(202,223,180)
#D2E3BF
(210,227,191)
#DAE7CA
(218,231,202)
#E2EBD5
(226,235,213)
#EAEFE0
(234,239,224)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CB7D color. Also use rgb(162,203,125) instead hex code.

Text Font Color

.myTextColor { color: #A2CB7D; }

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

This text font color is #A2CB7D.

Background Color

.myBgColor { background-color: #A2CB7D; }

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

This div background color is #A2CB7D.

Border color

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

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

This div border color is #A2CB7D.

Opacity

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

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

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

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

This text has shadow with #A2CB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2CB7D.

Preview

Color preview on black background

This text has color #A2CB7D on black background.


Color preview on white background

This text has color #A2CB7D on white background.


Black color preview on #A2CB7D background

This text has black color on #A2CB7D background.


White color preview on #A2CB7D background

This text has white color on #A2CB7D background.


Related colors

Complementary color

Complementary color for #hex is #5D3482.


I love getcolorcode.com

Triadic colors

1 #7DA2CB and #CB7DA2 with #A2CB7D are triadic colors.

2 #7DCBA2 and #CBA27D with #A2CB7D are triadic colors.