Shades of Green Spring #ADB499
Tints of Green Spring #ADB499
RGB
CMYK
RGB Variations
Color information
#ADB499 (or 0xADB499) is known color: Green Spring. HEX triplet: AD, B4 and 99. RGB value is (173,180,153). Sum of RGB (Red+Green+Blue) = 173+180+153=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB499 is #524B66. Grayscale: #AEAEAE. Windows color (decimal): -5393255 or 10073261. OLE color: 10073261.
HSL color Cylindrical-coordinate representation of color #ADB499: hue angle of 75.56º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADB499 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 153 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.29 |
| HSL | 75.56º | 0.15% | 0.65% | - |
| HSV(B) | 75.56º | 0.15% | 0.71% | - |
| XYZ | 39.3 | 43.83 | 36.52 | - |
| YUV | 174.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 153 | 0.04 | 0 | 0.15 | 0.29 | 75.56 | 0.15 | 0.65 |
| Hex | AD | B4 | 99 | 4 | 0 | F | 1D | 4C | F | 41 |
| Octal | 255 | 264 | 231 | 4 | 0 | 17 | 35 | 114 | 17 | 101 |
| Binary | 10101101 | 10110100 | 10011001 | 100 | 0 | 1111 | 11101 | 1001100 | 1111 | 1000001 |
Color Harmonies of #ADB499
Complementary color
Monochromatic Colors of #ADB499
Black with #ADB499
Text Example
Text Example
White with #ADB499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB499; }
p { color: rgb(173,180,153); }
H1.HeaderClassName
{
color: #ADB499;
}
.AnyTagClassName
{
color: #ADB499;
}
</style>
background-color css
<style>
a { background-color: #ADB499; }
a { background-color: rgb(173,180,153); }
div.DivClassName
{
background-color: #ADB499;
}
.BgClassName
{
background-color: #ADB499;
}
</style>
border-color css
<style>
span { border-color: #ADB499; }
span { border-color: rgb(173,180,153); }
td.TdClassName
{
border-color: #ADB499;
}
.TagClassName
{
border-color: #ADB499;
}
</style>