Shades of Green Spring #ADAFA2
Tints of Green Spring #ADAFA2
RGB
CMYK
RGB Variations
Color information
#ADAFA2 (or 0xADAFA2) is known color: Green Spring. HEX triplet: AD, AF and A2. RGB value is (173,175,162). Sum of RGB (Red+Green+Blue) = 173+175+162=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAFA2 is #52505D. Grayscale: #ACACAC. Windows color (decimal): -5394526 or 10661805. OLE color: 10661805.
HSL color Cylindrical-coordinate representation of color #ADAFA2: hue angle of 69.23º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADAFA2 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 175 | 162 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.31 |
| HSL | 69.23º | 0.08% | 0.66% | - |
| HSV(B) | 69.23º | 0.07% | 0.69% | - |
| XYZ | 39.09 | 42.15 | 40.26 | - |
| YUV | 172.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 175 | 162 | 0.01 | 0 | 0.07 | 0.31 | 69.23 | 0.08 | 0.66 |
| Hex | AD | AF | A2 | 1 | 0 | 7 | 1F | 45 | 8 | 42 |
| Octal | 255 | 257 | 242 | 1 | 0 | 7 | 37 | 105 | 10 | 102 |
| Binary | 10101101 | 10101111 | 10100010 | 1 | 0 | 111 | 11111 | 1000101 | 1000 | 1000010 |
Color Harmonies of #ADAFA2
Complementary color
Monochromatic Colors of #ADAFA2
Black with #ADAFA2
Text Example
Text Example
White with #ADAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFA2; }
p { color: rgb(173,175,162); }
H1.HeaderClassName
{
color: #ADAFA2;
}
.AnyTagClassName
{
color: #ADAFA2;
}
</style>
background-color css
<style>
a { background-color: #ADAFA2; }
a { background-color: rgb(173,175,162); }
div.DivClassName
{
background-color: #ADAFA2;
}
.BgClassName
{
background-color: #ADAFA2;
}
</style>
border-color css
<style>
span { border-color: #ADAFA2; }
span { border-color: rgb(173,175,162); }
td.TdClassName
{
border-color: #ADAFA2;
}
.TagClassName
{
border-color: #ADAFA2;
}
</style>