Shades of Green Spring #ADAFA1
Tints of Green Spring #ADAFA1
RGB
CMYK
RGB Variations
Color information
#ADAFA1 (or 0xADAFA1) is known color: Green Spring. HEX triplet: AD, AF and A1. RGB value is (173,175,161). Sum of RGB (Red+Green+Blue) = 173+175+161=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFA1 is #52505E. Grayscale: #ACACAC. Windows color (decimal): -5394527 or 10596269. OLE color: 10596269.
HSL color Cylindrical-coordinate representation of color #ADAFA1: hue angle of 68.57º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADAFA1 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 161 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.31 |
| HSL | 68.57º | 0.08% | 0.66% | - |
| HSV(B) | 68.57º | 0.08% | 0.69% | - |
| XYZ | 39 | 42.12 | 39.79 | - |
| YUV | 172.81 | 121.34 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 161 | 0.01 | 0 | 0.08 | 0.31 | 68.57 | 0.08 | 0.66 |
| Hex | AD | AF | A1 | 1 | 0 | 8 | 1F | 45 | 8 | 42 |
| Octal | 255 | 257 | 241 | 1 | 0 | 10 | 37 | 105 | 10 | 102 |
| Binary | 10101101 | 10101111 | 10100001 | 1 | 0 | 1000 | 11111 | 1000101 | 1000 | 1000010 |
Color Harmonies of #ADAFA1
Complementary color
Monochromatic Colors of #ADAFA1
Black with #ADAFA1
Text Example
Text Example
White with #ADAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFA1; }
p { color: rgb(173,175,161); }
H1.HeaderClassName
{
color: #ADAFA1;
}
.AnyTagClassName
{
color: #ADAFA1;
}
</style>
background-color css
<style>
a { background-color: #ADAFA1; }
a { background-color: rgb(173,175,161); }
div.DivClassName
{
background-color: #ADAFA1;
}
.BgClassName
{
background-color: #ADAFA1;
}
</style>
border-color css
<style>
span { border-color: #ADAFA1; }
span { border-color: rgb(173,175,161); }
td.TdClassName
{
border-color: #ADAFA1;
}
.TagClassName
{
border-color: #ADAFA1;
}
</style>