Shades of Green Spring #ADB58F
Tints of Green Spring #ADB58F
RGB
CMYK
RGB Variations
Color information
#ADB58F (or 0xADB58F) is known color: Green Spring. HEX triplet: AD, B5 and 8F. RGB value is (173,181,143). Sum of RGB (Red+Green+Blue) = 173+181+143=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB58F is #524A70. Grayscale: #AEAEAE. Windows color (decimal): -5393009 or 9418157. OLE color: 9418157.
HSL color Cylindrical-coordinate representation of color #ADB58F: hue angle of 72.63º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB58F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 143 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.29 |
| HSL | 72.63º | 0.2% | 0.64% | - |
| HSV(B) | 72.63º | 0.21% | 0.71% | - |
| XYZ | 38.72 | 43.92 | 32.42 | - |
| YUV | 174.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 143 | 0.04 | 0 | 0.21 | 0.29 | 72.63 | 0.2 | 0.64 |
| Hex | AD | B5 | 8F | 4 | 0 | 15 | 1D | 49 | 14 | 40 |
| Octal | 255 | 265 | 217 | 4 | 0 | 25 | 35 | 111 | 24 | 100 |
| Binary | 10101101 | 10110101 | 10001111 | 100 | 0 | 10101 | 11101 | 1001001 | 10100 | 1000000 |
Color Harmonies of #ADB58F
Complementary color
Monochromatic Colors of #ADB58F
Black with #ADB58F
Text Example
Text Example
White with #ADB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB58F; }
p { color: rgb(173,181,143); }
H1.HeaderClassName
{
color: #ADB58F;
}
.AnyTagClassName
{
color: #ADB58F;
}
</style>
background-color css
<style>
a { background-color: #ADB58F; }
a { background-color: rgb(173,181,143); }
div.DivClassName
{
background-color: #ADB58F;
}
.BgClassName
{
background-color: #ADB58F;
}
</style>
border-color css
<style>
span { border-color: #ADB58F; }
span { border-color: rgb(173,181,143); }
td.TdClassName
{
border-color: #ADB58F;
}
.TagClassName
{
border-color: #ADB58F;
}
</style>