Shades of Green Spring #ADB48E
Tints of Green Spring #ADB48E
RGB
CMYK
RGB Variations
Color information
#ADB48E (or 0xADB48E) is known color: Green Spring. HEX triplet: AD, B4 and 8E. RGB value is (173,180,142). Sum of RGB (Red+Green+Blue) = 173+180+142=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB48E is #524B71. Grayscale: #ADADAD. Windows color (decimal): -5393266 or 9352365. OLE color: 9352365.
HSL color Cylindrical-coordinate representation of color #ADB48E: hue angle of 71.05º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB48E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 142 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.29 |
| HSL | 71.05º | 0.2% | 0.63% | - |
| HSV(B) | 71.05º | 0.21% | 0.71% | - |
| XYZ | 38.44 | 43.48 | 31.96 | - |
| YUV | 173.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 142 | 0.04 | 0 | 0.21 | 0.29 | 71.05 | 0.2 | 0.63 |
| Hex | AD | B4 | 8E | 4 | 0 | 15 | 1D | 47 | 14 | 3F |
| Octal | 255 | 264 | 216 | 4 | 0 | 25 | 35 | 107 | 24 | 77 |
| Binary | 10101101 | 10110100 | 10001110 | 100 | 0 | 10101 | 11101 | 1000111 | 10100 | 111111 |
Color Harmonies of #ADB48E
Complementary color
Monochromatic Colors of #ADB48E
Black with #ADB48E
Text Example
Text Example
White with #ADB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB48E; }
p { color: rgb(173,180,142); }
H1.HeaderClassName
{
color: #ADB48E;
}
.AnyTagClassName
{
color: #ADB48E;
}
</style>
background-color css
<style>
a { background-color: #ADB48E; }
a { background-color: rgb(173,180,142); }
div.DivClassName
{
background-color: #ADB48E;
}
.BgClassName
{
background-color: #ADB48E;
}
</style>
border-color css
<style>
span { border-color: #ADB48E; }
span { border-color: rgb(173,180,142); }
td.TdClassName
{
border-color: #ADB48E;
}
.TagClassName
{
border-color: #ADB48E;
}
</style>