Shades of Green Spring #ADB39F
Tints of Green Spring #ADB39F
RGB
CMYK
RGB Variations
Color information
#ADB39F (or 0xADB39F) is known color: Green Spring. HEX triplet: AD, B3 and 9F. RGB value is (173,179,159). Sum of RGB (Red+Green+Blue) = 173+179+159=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB39F is #524C60. Grayscale: #AFAFAF. Windows color (decimal): -5393505 or 10466221. OLE color: 10466221.
HSL color Cylindrical-coordinate representation of color #ADB39F: hue angle of 78º degrees, saturation: 0.12, 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 #ADB39F is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 159 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.30 |
| HSL | 78º | 0.12% | 0.66% | - |
| HSV(B) | 78º | 0.11% | 0.7% | - |
| XYZ | 39.61 | 43.63 | 39.13 | - |
| YUV | 174.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 159 | 0.03 | 0 | 0.11 | 0.30 | 78 | 0.12 | 0.66 |
| Hex | AD | B3 | 9F | 3 | 0 | B | 1E | 4E | C | 42 |
| Octal | 255 | 263 | 237 | 3 | 0 | 13 | 36 | 116 | 14 | 102 |
| Binary | 10101101 | 10110011 | 10011111 | 11 | 0 | 1011 | 11110 | 1001110 | 1100 | 1000010 |
Color Harmonies of #ADB39F
Complementary color
Monochromatic Colors of #ADB39F
Black with #ADB39F
Text Example
Text Example
White with #ADB39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB39F; }
p { color: rgb(173,179,159); }
H1.HeaderClassName
{
color: #ADB39F;
}
.AnyTagClassName
{
color: #ADB39F;
}
</style>
background-color css
<style>
a { background-color: #ADB39F; }
a { background-color: rgb(173,179,159); }
div.DivClassName
{
background-color: #ADB39F;
}
.BgClassName
{
background-color: #ADB39F;
}
</style>
border-color css
<style>
span { border-color: #ADB39F; }
span { border-color: rgb(173,179,159); }
td.TdClassName
{
border-color: #ADB39F;
}
.TagClassName
{
border-color: #ADB39F;
}
</style>