Shades of Green Spring #AFB2A2
Tints of Green Spring #AFB2A2
RGB
CMYK
RGB Variations
Color information
#AFB2A2 (or 0xAFB2A2) is known color: Green Spring. HEX triplet: AF, B2 and A2. RGB value is (175,178,162). Sum of RGB (Red+Green+Blue) = 175+178+162=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2A2 is #504D5D. Grayscale: #AFAFAF. Windows color (decimal): -5262686 or 10662575. OLE color: 10662575.
HSL color Cylindrical-coordinate representation of color #AFB2A2: hue angle of 71.25º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB2A2 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 162 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.30 |
| HSL | 71.25º | 0.09% | 0.67% | - |
| HSV(B) | 71.25º | 0.09% | 0.7% | - |
| XYZ | 40.12 | 43.56 | 40.48 | - |
| YUV | 175.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 162 | 0.02 | 0 | 0.09 | 0.30 | 71.25 | 0.09 | 0.67 |
| Hex | AF | B2 | A2 | 2 | 0 | 9 | 1E | 47 | 9 | 43 |
| Octal | 257 | 262 | 242 | 2 | 0 | 11 | 36 | 107 | 11 | 103 |
| Binary | 10101111 | 10110010 | 10100010 | 10 | 0 | 1001 | 11110 | 1000111 | 1001 | 1000011 |
Color Harmonies of #AFB2A2
Complementary color
Monochromatic Colors of #AFB2A2
Black with #AFB2A2
Text Example
Text Example
White with #AFB2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2A2; }
p { color: rgb(175,178,162); }
H1.HeaderClassName
{
color: #AFB2A2;
}
.AnyTagClassName
{
color: #AFB2A2;
}
</style>
background-color css
<style>
a { background-color: #AFB2A2; }
a { background-color: rgb(175,178,162); }
div.DivClassName
{
background-color: #AFB2A2;
}
.BgClassName
{
background-color: #AFB2A2;
}
</style>
border-color css
<style>
span { border-color: #AFB2A2; }
span { border-color: rgb(175,178,162); }
td.TdClassName
{
border-color: #AFB2A2;
}
.TagClassName
{
border-color: #AFB2A2;
}
</style>