Shades of Green Spring #AAAF9F
Tints of Green Spring #AAAF9F
RGB
CMYK
RGB Variations
Color information
#AAAF9F (or 0xAAAF9F) is known color: Green Spring. HEX triplet: AA, AF and 9F. RGB value is (170,175,159). Sum of RGB (Red+Green+Blue) = 170+175+159=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAF9F is #555060. Grayscale: #ABABAB. Windows color (decimal): -5591137 or 10465194. OLE color: 10465194.
HSL color Cylindrical-coordinate representation of color #AAAF9F: hue angle of 78.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAAF9F is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 170 | 175 | 159 | - |
CMYK | 0.03 | 0 | 0.09 | 0.31 |
HSL | 78.75º | 0.09% | 0.65% | - |
HSV(B) | 78.75º | 0.09% | 0.69% | - |
XYZ | 38.17 | 41.71 | 38.84 | - |
YUV | 171.68 | 120.84 | 126.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 175 | 159 | 0.03 | 0 | 0.09 | 0.31 | 78.75 | 0.09 | 0.65 |
Hex | AA | AF | 9F | 3 | 0 | 9 | 1F | 4F | 9 | 41 |
Octal | 252 | 257 | 237 | 3 | 0 | 11 | 37 | 117 | 11 | 101 |
Binary | 10101010 | 10101111 | 10011111 | 11 | 0 | 1001 | 11111 | 1001111 | 1001 | 1000001 |
Color Harmonies of #AAAF9F
Complementary color
Monochromatic Colors of #AAAF9F
Black with #AAAF9F
Text Example
Text Example
White with #AAAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF9F; }
p { color: rgb(170,175,159); }
H1.HeaderClassName
{
color: #AAAF9F;
}
.AnyTagClassName
{
color: #AAAF9F;
}
</style>
background-color css
<style>
a { background-color: #AAAF9F; }
a { background-color: rgb(170,175,159); }
div.DivClassName
{
background-color: #AAAF9F;
}
.BgClassName
{
background-color: #AAAF9F;
}
</style>
border-color css
<style>
span { border-color: #AAAF9F; }
span { border-color: rgb(170,175,159); }
td.TdClassName
{
border-color: #AAAF9F;
}
.TagClassName
{
border-color: #AAAF9F;
}
</style>