Shades of Green Spring #A2AD8B
Tints of Green Spring #A2AD8B
RGB
CMYK
RGB Variations
Color information
#A2AD8B (or 0xA2AD8B) is known color: Green Spring. HEX triplet: A2, AD and 8B. RGB value is (162,173,139). Sum of RGB (Red+Green+Blue) = 162+173+139=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD8B is #5D5274. Grayscale: #A5A5A5. Windows color (decimal): -6115957 or 9153954. OLE color: 9153954.
HSL color Cylindrical-coordinate representation of color #A2AD8B: hue angle of 79.41º degrees, saturation: 0.17, 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 #A2AD8B is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 139 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.32 |
| HSL | 79.41º | 0.17% | 0.61% | - |
| HSV(B) | 79.41º | 0.2% | 0.68% | - |
| XYZ | 34.5 | 39.43 | 30.22 | - |
| YUV | 165.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 139 | 0.06 | 0 | 0.20 | 0.32 | 79.41 | 0.17 | 0.61 |
| Hex | A2 | AD | 8B | 6 | 0 | 14 | 20 | 4F | 11 | 3D |
| Octal | 242 | 255 | 213 | 6 | 0 | 24 | 40 | 117 | 21 | 75 |
| Binary | 10100010 | 10101101 | 10001011 | 110 | 0 | 10100 | 100000 | 1001111 | 10001 | 111101 |
Color Harmonies of #A2AD8B
Complementary color
Monochromatic Colors of #A2AD8B
Black with #A2AD8B
Text Example
Text Example
White with #A2AD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD8B; }
p { color: rgb(162,173,139); }
H1.HeaderClassName
{
color: #A2AD8B;
}
.AnyTagClassName
{
color: #A2AD8B;
}
</style>
background-color css
<style>
a { background-color: #A2AD8B; }
a { background-color: rgb(162,173,139); }
div.DivClassName
{
background-color: #A2AD8B;
}
.BgClassName
{
background-color: #A2AD8B;
}
</style>
border-color css
<style>
span { border-color: #A2AD8B; }
span { border-color: rgb(162,173,139); }
td.TdClassName
{
border-color: #A2AD8B;
}
.TagClassName
{
border-color: #A2AD8B;
}
</style>