Shades of Green Spring #ADB4A0
Tints of Green Spring #ADB4A0
RGB
CMYK
RGB Variations
Color information
#ADB4A0 (or 0xADB4A0) is known color: Green Spring. HEX triplet: AD, B4 and A0. RGB value is (173,180,160). Sum of RGB (Red+Green+Blue) = 173+180+160=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB4A0 is #524B5F. Grayscale: #AFAFAF. Windows color (decimal): -5393248 or 10532013. OLE color: 10532013.
HSL color Cylindrical-coordinate representation of color #ADB4A0: hue angle of 81º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADB4A0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 160 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.29 |
| HSL | 81º | 0.12% | 0.67% | - |
| HSV(B) | 81º | 0.11% | 0.71% | - |
| XYZ | 39.9 | 44.06 | 39.66 | - |
| YUV | 175.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 160 | 0.04 | 0 | 0.11 | 0.29 | 81 | 0.12 | 0.67 |
| Hex | AD | B4 | A0 | 4 | 0 | B | 1D | 51 | C | 43 |
| Octal | 255 | 264 | 240 | 4 | 0 | 13 | 35 | 121 | 14 | 103 |
| Binary | 10101101 | 10110100 | 10100000 | 100 | 0 | 1011 | 11101 | 1010001 | 1100 | 1000011 |
Color Harmonies of #ADB4A0
Complementary color
Monochromatic Colors of #ADB4A0
Black with #ADB4A0
Text Example
Text Example
White with #ADB4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB4A0; }
p { color: rgb(173,180,160); }
H1.HeaderClassName
{
color: #ADB4A0;
}
.AnyTagClassName
{
color: #ADB4A0;
}
</style>
background-color css
<style>
a { background-color: #ADB4A0; }
a { background-color: rgb(173,180,160); }
div.DivClassName
{
background-color: #ADB4A0;
}
.BgClassName
{
background-color: #ADB4A0;
}
</style>
border-color css
<style>
span { border-color: #ADB4A0; }
span { border-color: rgb(173,180,160); }
td.TdClassName
{
border-color: #ADB4A0;
}
.TagClassName
{
border-color: #ADB4A0;
}
</style>