Shades of Green Spring #ADB09F
Tints of Green Spring #ADB09F
RGB
CMYK
RGB Variations
Color information
#ADB09F (or 0xADB09F) is known color: Green Spring. HEX triplet: AD, B0 and 9F. RGB value is (173,176,159). Sum of RGB (Red+Green+Blue) = 173+176+159=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB09F is #524F60. Grayscale: #ADADAD. Windows color (decimal): -5394273 or 10465453. OLE color: 10465453.
HSL color Cylindrical-coordinate representation of color #ADB09F: hue angle of 70.59º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADB09F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 176 | 159 | - |
CMYK | 0.02 | 0 | 0.10 | 0.31 |
HSL | 70.59º | 0.1% | 0.66% | - |
HSV(B) | 70.59º | 0.1% | 0.69% | - |
XYZ | 39.02 | 42.44 | 38.94 | - |
YUV | 173.17 | 120.01 | 127.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 176 | 159 | 0.02 | 0 | 0.10 | 0.31 | 70.59 | 0.1 | 0.66 |
Hex | AD | B0 | 9F | 2 | 0 | A | 1F | 47 | A | 42 |
Octal | 255 | 260 | 237 | 2 | 0 | 12 | 37 | 107 | 12 | 102 |
Binary | 10101101 | 10110000 | 10011111 | 10 | 0 | 1010 | 11111 | 1000111 | 1010 | 1000010 |
Color Harmonies of #ADB09F
Complementary color
Monochromatic Colors of #ADB09F
Black with #ADB09F
Text Example
Text Example
White with #ADB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB09F; }
p { color: rgb(173,176,159); }
H1.HeaderClassName
{
color: #ADB09F;
}
.AnyTagClassName
{
color: #ADB09F;
}
</style>
background-color css
<style>
a { background-color: #ADB09F; }
a { background-color: rgb(173,176,159); }
div.DivClassName
{
background-color: #ADB09F;
}
.BgClassName
{
background-color: #ADB09F;
}
</style>
border-color css
<style>
span { border-color: #ADB09F; }
span { border-color: rgb(173,176,159); }
td.TdClassName
{
border-color: #ADB09F;
}
.TagClassName
{
border-color: #ADB09F;
}
</style>