Shades of Green Spring #ADB390
Tints of Green Spring #ADB390
RGB
CMYK
RGB Variations
Color information
#ADB390 (or 0xADB390) is known color: Green Spring. HEX triplet: AD, B3 and 90. RGB value is (173,179,144). Sum of RGB (Red+Green+Blue) = 173+179+144=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB390 is #524C6F. Grayscale: #ADADAD. Windows color (decimal): -5393520 or 9483181. OLE color: 9483181.
HSL color Cylindrical-coordinate representation of color #ADB390: hue angle of 70.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB390 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 144 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.30 |
| HSL | 70.29º | 0.19% | 0.63% | - |
| HSV(B) | 70.29º | 0.2% | 0.7% | - |
| XYZ | 38.39 | 43.14 | 32.69 | - |
| YUV | 173.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 144 | 0.03 | 0 | 0.20 | 0.30 | 70.29 | 0.19 | 0.63 |
| Hex | AD | B3 | 90 | 3 | 0 | 14 | 1E | 46 | 13 | 3F |
| Octal | 255 | 263 | 220 | 3 | 0 | 24 | 36 | 106 | 23 | 77 |
| Binary | 10101101 | 10110011 | 10010000 | 11 | 0 | 10100 | 11110 | 1000110 | 10011 | 111111 |
Color Harmonies of #ADB390
Complementary color
Monochromatic Colors of #ADB390
Black with #ADB390
Text Example
Text Example
White with #ADB390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB390; }
p { color: rgb(173,179,144); }
H1.HeaderClassName
{
color: #ADB390;
}
.AnyTagClassName
{
color: #ADB390;
}
</style>
background-color css
<style>
a { background-color: #ADB390; }
a { background-color: rgb(173,179,144); }
div.DivClassName
{
background-color: #ADB390;
}
.BgClassName
{
background-color: #ADB390;
}
</style>
border-color css
<style>
span { border-color: #ADB390; }
span { border-color: rgb(173,179,144); }
td.TdClassName
{
border-color: #ADB390;
}
.TagClassName
{
border-color: #ADB390;
}
</style>