Shades of Green Spring #A2A39F
Tints of Green Spring #A2A39F
RGB
CMYK
RGB Variations
Color information
#A2A39F (or 0xA2A39F) is known color: Green Spring. HEX triplet: A2, A3 and 9F. RGB value is (162,163,159). Sum of RGB (Red+Green+Blue) = 162+163+159=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A39F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A39F is #5D5C60. Grayscale: #A2A2A2. Windows color (decimal): -6118497 or 10462114. OLE color: 10462114.
HSL color Cylindrical-coordinate representation of color #A2A39F: hue angle of 75º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A2A39F is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 163 | 159 | - |
CMYK | 0.01 | 0 | 0.02 | 0.36 |
HSL | 75º | 0.02% | 0.63% | - |
HSV(B) | 75º | 0.02% | 0.64% | - |
XYZ | 34.26 | 36.38 | 38.02 | - |
YUV | 162.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 163 | 159 | 0.01 | 0 | 0.02 | 0.36 | 75 | 0.02 | 0.63 |
Hex | A2 | A3 | 9F | 1 | 0 | 2 | 24 | 4B | 2 | 3F |
Octal | 242 | 243 | 237 | 1 | 0 | 2 | 44 | 113 | 2 | 77 |
Binary | 10100010 | 10100011 | 10011111 | 1 | 0 | 10 | 100100 | 1001011 | 10 | 111111 |
Color Harmonies of #A2A39F
Complementary color
Monochromatic Colors of #A2A39F
Black with #A2A39F
Text Example
Text Example
White with #A2A39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A39F; }
p { color: rgb(162,163,159); }
H1.HeaderClassName
{
color: #A2A39F;
}
.AnyTagClassName
{
color: #A2A39F;
}
</style>
background-color css
<style>
a { background-color: #A2A39F; }
a { background-color: rgb(162,163,159); }
div.DivClassName
{
background-color: #A2A39F;
}
.BgClassName
{
background-color: #A2A39F;
}
</style>
border-color css
<style>
span { border-color: #A2A39F; }
span { border-color: rgb(162,163,159); }
td.TdClassName
{
border-color: #A2A39F;
}
.TagClassName
{
border-color: #A2A39F;
}
</style>