Shades of Green Spring #ADAF9E
Tints of Green Spring #ADAF9E
RGB
CMYK
RGB Variations
Color information
#ADAF9E (or 0xADAF9E) is known color: Green Spring. HEX triplet: AD, AF and 9E. RGB value is (173,175,158). Sum of RGB (Red+Green+Blue) = 173+175+158=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAF9E is #525061. Grayscale: #ACACAC. Windows color (decimal): -5394530 or 10399661. OLE color: 10399661.
HSL color Cylindrical-coordinate representation of color #ADAF9E: hue angle of 67.06º 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 #ADAF9E is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 158 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.31 |
| HSL | 67.06º | 0.1% | 0.65% | - |
| HSV(B) | 67.06º | 0.1% | 0.69% | - |
| XYZ | 38.74 | 42.01 | 38.42 | - |
| YUV | 172.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 158 | 0.01 | 0 | 0.10 | 0.31 | 67.06 | 0.1 | 0.65 |
| Hex | AD | AF | 9E | 1 | 0 | A | 1F | 43 | A | 41 |
| Octal | 255 | 257 | 236 | 1 | 0 | 12 | 37 | 103 | 12 | 101 |
| Binary | 10101101 | 10101111 | 10011110 | 1 | 0 | 1010 | 11111 | 1000011 | 1010 | 1000001 |
Color Harmonies of #ADAF9E
Complementary color
Monochromatic Colors of #ADAF9E
Black with #ADAF9E
Text Example
Text Example
White with #ADAF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAF9E; }
p { color: rgb(173,175,158); }
H1.HeaderClassName
{
color: #ADAF9E;
}
.AnyTagClassName
{
color: #ADAF9E;
}
</style>
background-color css
<style>
a { background-color: #ADAF9E; }
a { background-color: rgb(173,175,158); }
div.DivClassName
{
background-color: #ADAF9E;
}
.BgClassName
{
background-color: #ADAF9E;
}
</style>
border-color css
<style>
span { border-color: #ADAF9E; }
span { border-color: rgb(173,175,158); }
td.TdClassName
{
border-color: #ADAF9E;
}
.TagClassName
{
border-color: #ADAF9E;
}
</style>