Shades of Green Spring #ADAFA0
Tints of Green Spring #ADAFA0
RGB
CMYK
RGB Variations
Color information
#ADAFA0 (or 0xADAFA0) is known color: Green Spring. HEX triplet: AD, AF and A0. RGB value is (173,175,160). Sum of RGB (Red+Green+Blue) = 173+175+160=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFA0 is #52505F. Grayscale: #ACACAC. Windows color (decimal): -5394528 or 10530733. OLE color: 10530733.
HSL color Cylindrical-coordinate representation of color #ADAFA0: hue angle of 68º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADAFA0 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 175 | 160 | - |
CMYK | 0.01 | 0 | 0.09 | 0.31 |
HSL | 68º | 0.09% | 0.66% | - |
HSV(B) | 68º | 0.09% | 0.69% | - |
XYZ | 38.91 | 42.08 | 39.33 | - |
YUV | 172.69 | 120.84 | 128.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 160 | 0.01 | 0 | 0.09 | 0.31 | 68 | 0.09 | 0.66 |
Hex | AD | AF | A0 | 1 | 0 | 9 | 1F | 44 | 9 | 42 |
Octal | 255 | 257 | 240 | 1 | 0 | 11 | 37 | 104 | 11 | 102 |
Binary | 10101101 | 10101111 | 10100000 | 1 | 0 | 1001 | 11111 | 1000100 | 1001 | 1000010 |
Color Harmonies of #ADAFA0
Complementary color
Monochromatic Colors of #ADAFA0
Black with #ADAFA0
Text Example
Text Example
White with #ADAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFA0; }
p { color: rgb(173,175,160); }
H1.HeaderClassName
{
color: #ADAFA0;
}
.AnyTagClassName
{
color: #ADAFA0;
}
</style>
background-color css
<style>
a { background-color: #ADAFA0; }
a { background-color: rgb(173,175,160); }
div.DivClassName
{
background-color: #ADAFA0;
}
.BgClassName
{
background-color: #ADAFA0;
}
</style>
border-color css
<style>
span { border-color: #ADAFA0; }
span { border-color: rgb(173,175,160); }
td.TdClassName
{
border-color: #ADAFA0;
}
.TagClassName
{
border-color: #ADAFA0;
}
</style>