Shades of Green Spring #ADB48F
Tints of Green Spring #ADB48F
RGB
CMYK
RGB Variations
Color information
#ADB48F (or 0xADB48F) is known color: Green Spring. HEX triplet: AD, B4 and 8F. RGB value is (173,180,143). Sum of RGB (Red+Green+Blue) = 173+180+143=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB48F is #524B70. Grayscale: #ADADAD. Windows color (decimal): -5393265 or 9417901. OLE color: 9417901.
HSL color Cylindrical-coordinate representation of color #ADB48F: hue angle of 71.35º 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 #ADB48F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 143 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.29 |
| HSL | 71.35º | 0.2% | 0.63% | - |
| HSV(B) | 71.35º | 0.21% | 0.71% | - |
| XYZ | 38.51 | 43.51 | 32.36 | - |
| YUV | 173.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 143 | 0.04 | 0 | 0.21 | 0.29 | 71.35 | 0.2 | 0.63 |
| Hex | AD | B4 | 8F | 4 | 0 | 15 | 1D | 47 | 14 | 3F |
| Octal | 255 | 264 | 217 | 4 | 0 | 25 | 35 | 107 | 24 | 77 |
| Binary | 10101101 | 10110100 | 10001111 | 100 | 0 | 10101 | 11101 | 1000111 | 10100 | 111111 |
Color Harmonies of #ADB48F
Complementary color
Monochromatic Colors of #ADB48F
Black with #ADB48F
Text Example
Text Example
White with #ADB48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB48F; }
p { color: rgb(173,180,143); }
H1.HeaderClassName
{
color: #ADB48F;
}
.AnyTagClassName
{
color: #ADB48F;
}
</style>
background-color css
<style>
a { background-color: #ADB48F; }
a { background-color: rgb(173,180,143); }
div.DivClassName
{
background-color: #ADB48F;
}
.BgClassName
{
background-color: #ADB48F;
}
</style>
border-color css
<style>
span { border-color: #ADB48F; }
span { border-color: rgb(173,180,143); }
td.TdClassName
{
border-color: #ADB48F;
}
.TagClassName
{
border-color: #ADB48F;
}
</style>