Shades of Green Spring #ADAF9D
Tints of Green Spring #ADAF9D
RGB
CMYK
RGB Variations
Color information
#ADAF9D (or 0xADAF9D) is known color: Green Spring. HEX triplet: AD, AF and 9D. RGB value is (173,175,157). Sum of RGB (Red+Green+Blue) = 173+175+157=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF9D is #525062. Grayscale: #ACACAC. Windows color (decimal): -5394531 or 10334125. OLE color: 10334125.
HSL color Cylindrical-coordinate representation of color #ADAF9D: hue angle of 66.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADAF9D is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 157 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.31 |
| HSL | 66.67º | 0.1% | 0.65% | - |
| HSV(B) | 66.67º | 0.1% | 0.69% | - |
| XYZ | 38.65 | 41.98 | 37.96 | - |
| YUV | 172.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 157 | 0.01 | 0 | 0.10 | 0.31 | 66.67 | 0.1 | 0.65 |
| Hex | AD | AF | 9D | 1 | 0 | A | 1F | 43 | A | 41 |
| Octal | 255 | 257 | 235 | 1 | 0 | 12 | 37 | 103 | 12 | 101 |
| Binary | 10101101 | 10101111 | 10011101 | 1 | 0 | 1010 | 11111 | 1000011 | 1010 | 1000001 |
Color Harmonies of #ADAF9D
Complementary color
Monochromatic Colors of #ADAF9D
Black with #ADAF9D
Text Example
Text Example
White with #ADAF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF9D; }
p { color: rgb(173,175,157); }
H1.HeaderClassName
{
color: #ADAF9D;
}
.AnyTagClassName
{
color: #ADAF9D;
}
</style>
background-color css
<style>
a { background-color: #ADAF9D; }
a { background-color: rgb(173,175,157); }
div.DivClassName
{
background-color: #ADAF9D;
}
.BgClassName
{
background-color: #ADAF9D;
}
</style>
border-color css
<style>
span { border-color: #ADAF9D; }
span { border-color: rgb(173,175,157); }
td.TdClassName
{
border-color: #ADAF9D;
}
.TagClassName
{
border-color: #ADAF9D;
}
</style>