Shades of Green Spring #AFB998
Tints of Green Spring #AFB998
RGB
CMYK
RGB Variations
Color information
#AFB998 (or 0xAFB998) is known color: Green Spring. HEX triplet: AF, B9 and 98. RGB value is (175,185,152). Sum of RGB (Red+Green+Blue) = 175+185+152=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB998 is #504667. Grayscale: #B2B2B2. Windows color (decimal): -5260904 or 10009007. OLE color: 10009007.
HSL color Cylindrical-coordinate representation of color #AFB998: hue angle of 78.18º degrees, saturation: 0.19, 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 #AFB998 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 152 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.27 |
| HSL | 78.18º | 0.19% | 0.66% | - |
| HSV(B) | 78.18º | 0.18% | 0.73% | - |
| XYZ | 40.7 | 46.08 | 36.45 | - |
| YUV | 178.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 152 | 0.05 | 0 | 0.18 | 0.27 | 78.18 | 0.19 | 0.66 |
| Hex | AF | B9 | 98 | 5 | 0 | 12 | 1B | 4E | 13 | 42 |
| Octal | 257 | 271 | 230 | 5 | 0 | 22 | 33 | 116 | 23 | 102 |
| Binary | 10101111 | 10111001 | 10011000 | 101 | 0 | 10010 | 11011 | 1001110 | 10011 | 1000010 |
Color Harmonies of #AFB998
Complementary color
Monochromatic Colors of #AFB998
Black with #AFB998
Text Example
Text Example
White with #AFB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB998; }
p { color: rgb(175,185,152); }
H1.HeaderClassName
{
color: #AFB998;
}
.AnyTagClassName
{
color: #AFB998;
}
</style>
background-color css
<style>
a { background-color: #AFB998; }
a { background-color: rgb(175,185,152); }
div.DivClassName
{
background-color: #AFB998;
}
.BgClassName
{
background-color: #AFB998;
}
</style>
border-color css
<style>
span { border-color: #AFB998; }
span { border-color: rgb(175,185,152); }
td.TdClassName
{
border-color: #AFB998;
}
.TagClassName
{
border-color: #AFB998;
}
</style>