Shades of Green Spring #AFB997
Tints of Green Spring #AFB997
RGB
CMYK
RGB Variations
Color information
#AFB997 (or 0xAFB997) is known color: Green Spring. HEX triplet: AF, B9 and 97. RGB value is (175,185,151). Sum of RGB (Red+Green+Blue) = 175+185+151=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB997 is #504668. Grayscale: #B2B2B2. Windows color (decimal): -5260905 or 9943471. OLE color: 9943471.
HSL color Cylindrical-coordinate representation of color #AFB997: hue angle of 77.65º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFB997 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 151 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.27 |
| HSL | 77.65º | 0.2% | 0.66% | - |
| HSV(B) | 77.65º | 0.18% | 0.73% | - |
| XYZ | 40.61 | 46.05 | 36.03 | - |
| YUV | 178.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 151 | 0.05 | 0 | 0.18 | 0.27 | 77.65 | 0.2 | 0.66 |
| Hex | AF | B9 | 97 | 5 | 0 | 12 | 1B | 4E | 14 | 42 |
| Octal | 257 | 271 | 227 | 5 | 0 | 22 | 33 | 116 | 24 | 102 |
| Binary | 10101111 | 10111001 | 10010111 | 101 | 0 | 10010 | 11011 | 1001110 | 10100 | 1000010 |
Color Harmonies of #AFB997
Complementary color
Monochromatic Colors of #AFB997
Black with #AFB997
Text Example
Text Example
White with #AFB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB997; }
p { color: rgb(175,185,151); }
H1.HeaderClassName
{
color: #AFB997;
}
.AnyTagClassName
{
color: #AFB997;
}
</style>
background-color css
<style>
a { background-color: #AFB997; }
a { background-color: rgb(175,185,151); }
div.DivClassName
{
background-color: #AFB997;
}
.BgClassName
{
background-color: #AFB997;
}
</style>
border-color css
<style>
span { border-color: #AFB997; }
span { border-color: rgb(175,185,151); }
td.TdClassName
{
border-color: #AFB997;
}
.TagClassName
{
border-color: #AFB997;
}
</style>