#A2AD8E

Color #A2AD8E Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A2AD8E

Tints of Green Spring #A2AD8E

Color information

#A2AD8E (or 0xA2AD8E) is unknown color: approx Green Spring. HEX triplet: A2, AD and 8E. RGB value is (162,173,142). Sum of RGB (Red+Green+Blue) = 162+173+142=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD8E is #5D5271. Grayscale: #A6A6A6. Windows color (decimal): -6115954 or 9350562. OLE color: 9350562.

HSL color Cylindrical-coordinate representation of color #A2AD8E: hue angle of 81.29º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2AD8E is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB162173142-
CMYK0.0600.180.32
HSL81.29º15.9%61.76%-
HSV(B)81.29º17.92%67.84%-
XYZ34.7339.5231.39-
YUV166.18114.36125.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 33.96%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=33.96%
G=36.27%
B=29.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731420.0600.180.3281.2915.961.76
HexA2AD8E60122051103e
Octal2422552166022401212076
Binary101000101010110110001110110010010100000101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD8E; }

 p { color: rgb(162,173,142); }

 H1.HeaderClassName
 {
   color: #A2AD8E;
 }
 .AnyTagClassName
 {
   color: #A2AD8E;
 }
</style>
background-color css

<style>
 a { background-color: #A2AD8E; }

 a { background-color: rgb(162,173,142); }

 div.DivClassName
 {
   background-color: #A2AD8E;
 }
 .BgClassName
 {
   background-color: #A2AD8E;
 }
</style>
border-color css

<style>
 span { border-color: #A2AD8E; }

 span { border-color: rgb(162,173,142); }

 td.TdClassName
 {
   border-color: #A2AD8E;
 }
 .TagClassName
 {
   border-color: #A2AD8E;
 }
</style>