Shades of Green Spring #AFB897
Tints of Green Spring #AFB897
RGB
CMYK
RGB Variations
Color information
#AFB897 (or 0xAFB897) is known color: Green Spring. HEX triplet: AF, B8 and 97. RGB value is (175,184,151). Sum of RGB (Red+Green+Blue) = 175+184+151=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB897 is #504768. Grayscale: #B1B1B1. Windows color (decimal): -5261161 or 9943215. OLE color: 9943215.
HSL color Cylindrical-coordinate representation of color #AFB897: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFB897 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 151 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.28 |
| HSL | 76.36º | 0.19% | 0.66% | - |
| HSV(B) | 76.36º | 0.18% | 0.72% | - |
| XYZ | 40.41 | 45.63 | 35.96 | - |
| YUV | 177.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 151 | 0.05 | 0 | 0.18 | 0.28 | 76.36 | 0.19 | 0.66 |
| Hex | AF | B8 | 97 | 5 | 0 | 12 | 1C | 4C | 13 | 42 |
| Octal | 257 | 270 | 227 | 5 | 0 | 22 | 34 | 114 | 23 | 102 |
| Binary | 10101111 | 10111000 | 10010111 | 101 | 0 | 10010 | 11100 | 1001100 | 10011 | 1000010 |
Color Harmonies of #AFB897
Complementary color
Monochromatic Colors of #AFB897
Black with #AFB897
Text Example
Text Example
White with #AFB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB897; }
p { color: rgb(175,184,151); }
H1.HeaderClassName
{
color: #AFB897;
}
.AnyTagClassName
{
color: #AFB897;
}
</style>
background-color css
<style>
a { background-color: #AFB897; }
a { background-color: rgb(175,184,151); }
div.DivClassName
{
background-color: #AFB897;
}
.BgClassName
{
background-color: #AFB897;
}
</style>
border-color css
<style>
span { border-color: #AFB897; }
span { border-color: rgb(175,184,151); }
td.TdClassName
{
border-color: #AFB897;
}
.TagClassName
{
border-color: #AFB897;
}
</style>