COLOR #A2CF7E

HEX: #A2CF7E
RGB: (162,207,126)

Color info

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

RGB color model

#A2CF7E color RGB value is (162,207,126).

  • red value is 162;
  • green value is 207;
  • blue value is 126.
RGB:
(162,207,126)
(64%,81%,49%)

RGB channels and saturation

R 162 of 255 = 64%
G 207 of 255 = 81%
B 126 of 255 = 49%

162
207
126

R + G + B ~ 65%. #A2CF7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 207 + 126 = 495 (100%)
R 162 of 495 ~ 32.73%
G 207 of 495 ~ 41.82%
B 126 of 495 ~ 25.45%

%32.73
%41.82
%25.45

CMYK color model

#A2CF7E color CMYK value is (22,0,39,19).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 18.82%
CMYK:
(22,0,39,19)
C22M0Y39K19 
(22%,0%,39%,19%)
(0.22/0.00/0.39/0.19)	

CMYK percentages

%21.74
%0
%39.13
%18.82

Codes

Color #A2CF7E in popluar color models

A2CF7E
RGB162207126
HSL93°45.76%65.29%
HSB/HSV93°39.13%81.18%
CMYK21.74%0.00%39.13%
18.82%

Color #A2CF7E in popluar number systems.

HEXA2CF7E
Decimal162207126
Binary10100010110011111111110
Octal242317176

Shades and tints

Shades of #A2CF7E

#A2CF7E
(162,207,126)
#94BD73
(148,189,115)
#86AB68
(134,171,104)
#78995D
(120,153,93)
#6A8752
(106,135,82)
#5C7547
(92,117,71)
#4E633C
(78,99,60)
#405131
(64,81,49)
#323F26
(50,63,38)
#242D1B
(36,45,27)
#161B10
(22,27,16)
#000000
(0,0,0)

Tints of #A2CF7E

#A2CF7E
(162,207,126)
#AAD389
(170,211,137)
#B2D794
(178,215,148)
#BADB9F
(186,219,159)
#C2DFAA
(194,223,170)
#CAE3B5
(202,227,181)
#D2E7C0
(210,231,192)
#DAEBCB
(218,235,203)
#E2EFD6
(226,239,214)
#EAF3E1
(234,243,225)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2CF7E color. Also use rgb(162,207,126) instead hex code.

Text Font Color

.myTextColor { color: #A2CF7E; }

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

This text font color is #A2CF7E.


Background Color

.myBgColor { background-color: #A2CF7E; }

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

This div background color is #A2CF7E.


Border color

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

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

This div border color is #A2CF7E.


Opacity

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

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

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

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

This text has shadow with #A2CF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2CF7E on black background.


Color preview on white background

This text has color #A2CF7E on white background.



Black color preview on #A2CF7E background

This text has black color on #A2CF7E background.


White color preview on #A2CF7E background

This text has white color on #A2CF7E background.