Shades of Green Spring #ADB29F
Tints of Green Spring #ADB29F
RGB
CMYK
RGB Variations
Color information
#ADB29F (or 0xADB29F) is known color: Green Spring. HEX triplet: AD, B2 and 9F. RGB value is (173,178,159). Sum of RGB (Red+Green+Blue) = 173+178+159=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB29F is #524D60. Grayscale: #AEAEAE. Windows color (decimal): -5393761 or 10465965. OLE color: 10465965.
HSL color Cylindrical-coordinate representation of color #ADB29F: hue angle of 75.79º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB29F is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 159 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.30 |
| HSL | 75.79º | 0.11% | 0.66% | - |
| HSV(B) | 75.79º | 0.11% | 0.7% | - |
| XYZ | 39.41 | 43.23 | 39.07 | - |
| YUV | 174.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 159 | 0.03 | 0 | 0.11 | 0.30 | 75.79 | 0.11 | 0.66 |
| Hex | AD | B2 | 9F | 3 | 0 | B | 1E | 4C | B | 42 |
| Octal | 255 | 262 | 237 | 3 | 0 | 13 | 36 | 114 | 13 | 102 |
| Binary | 10101101 | 10110010 | 10011111 | 11 | 0 | 1011 | 11110 | 1001100 | 1011 | 1000010 |
Color Harmonies of #ADB29F
Complementary color
Monochromatic Colors of #ADB29F
Black with #ADB29F
Text Example
Text Example
White with #ADB29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB29F; }
p { color: rgb(173,178,159); }
H1.HeaderClassName
{
color: #ADB29F;
}
.AnyTagClassName
{
color: #ADB29F;
}
</style>
background-color css
<style>
a { background-color: #ADB29F; }
a { background-color: rgb(173,178,159); }
div.DivClassName
{
background-color: #ADB29F;
}
.BgClassName
{
background-color: #ADB29F;
}
</style>
border-color css
<style>
span { border-color: #ADB29F; }
span { border-color: rgb(173,178,159); }
td.TdClassName
{
border-color: #ADB29F;
}
.TagClassName
{
border-color: #ADB29F;
}
</style>