Shades of Green Spring #AFB99A
Tints of Green Spring #AFB99A
RGB
CMYK
RGB Variations
Color information
#AFB99A (or 0xAFB99A) is known color: Green Spring. HEX triplet: AF, B9 and 9A. RGB value is (175,185,154). Sum of RGB (Red+Green+Blue) = 175+185+154=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB99A is #504665. Grayscale: #B2B2B2. Windows color (decimal): -5260902 or 10140079. OLE color: 10140079.
HSL color Cylindrical-coordinate representation of color #AFB99A: hue angle of 79.35º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFB99A is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 154 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.27 |
| HSL | 79.35º | 0.18% | 0.66% | - |
| HSV(B) | 79.35º | 0.17% | 0.73% | - |
| XYZ | 40.86 | 46.14 | 37.33 | - |
| YUV | 178.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 154 | 0.05 | 0 | 0.17 | 0.27 | 79.35 | 0.18 | 0.66 |
| Hex | AF | B9 | 9A | 5 | 0 | 11 | 1B | 4F | 12 | 42 |
| Octal | 257 | 271 | 232 | 5 | 0 | 21 | 33 | 117 | 22 | 102 |
| Binary | 10101111 | 10111001 | 10011010 | 101 | 0 | 10001 | 11011 | 1001111 | 10010 | 1000010 |
Color Harmonies of #AFB99A
Complementary color
Monochromatic Colors of #AFB99A
Black with #AFB99A
Text Example
Text Example
White with #AFB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB99A; }
p { color: rgb(175,185,154); }
H1.HeaderClassName
{
color: #AFB99A;
}
.AnyTagClassName
{
color: #AFB99A;
}
</style>
background-color css
<style>
a { background-color: #AFB99A; }
a { background-color: rgb(175,185,154); }
div.DivClassName
{
background-color: #AFB99A;
}
.BgClassName
{
background-color: #AFB99A;
}
</style>
border-color css
<style>
span { border-color: #AFB99A; }
span { border-color: rgb(175,185,154); }
td.TdClassName
{
border-color: #AFB99A;
}
.TagClassName
{
border-color: #AFB99A;
}
</style>