Shades of Green Spring #A2AD8A
Tints of Green Spring #A2AD8A
RGB
CMYK
RGB Variations
Color information
#A2AD8A (or 0xA2AD8A) is known color: Green Spring. HEX triplet: A2, AD and 8A. RGB value is (162,173,138). Sum of RGB (Red+Green+Blue) = 162+173+138=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD8A is #5D5275. Grayscale: #A5A5A5. Windows color (decimal): -6115958 or 9088418. OLE color: 9088418.
HSL color Cylindrical-coordinate representation of color #A2AD8A: hue angle of 78.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2AD8A is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 138 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.32 |
| HSL | 78.86º | 0.18% | 0.61% | - |
| HSV(B) | 78.86º | 0.2% | 0.68% | - |
| XYZ | 34.43 | 39.4 | 29.84 | - |
| YUV | 165.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 138 | 0.06 | 0 | 0.20 | 0.32 | 78.86 | 0.18 | 0.61 |
| Hex | A2 | AD | 8A | 6 | 0 | 14 | 20 | 4F | 12 | 3D |
| Octal | 242 | 255 | 212 | 6 | 0 | 24 | 40 | 117 | 22 | 75 |
| Binary | 10100010 | 10101101 | 10001010 | 110 | 0 | 10100 | 100000 | 1001111 | 10010 | 111101 |
Color Harmonies of #A2AD8A
Complementary color
Monochromatic Colors of #A2AD8A
Black with #A2AD8A
Text Example
Text Example
White with #A2AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD8A; }
p { color: rgb(162,173,138); }
H1.HeaderClassName
{
color: #A2AD8A;
}
.AnyTagClassName
{
color: #A2AD8A;
}
</style>
background-color css
<style>
a { background-color: #A2AD8A; }
a { background-color: rgb(162,173,138); }
div.DivClassName
{
background-color: #A2AD8A;
}
.BgClassName
{
background-color: #A2AD8A;
}
</style>
border-color css
<style>
span { border-color: #A2AD8A; }
span { border-color: rgb(162,173,138); }
td.TdClassName
{
border-color: #A2AD8A;
}
.TagClassName
{
border-color: #A2AD8A;
}
</style>