Shades of Green Spring #AFBA99
Tints of Green Spring #AFBA99
RGB
CMYK
RGB Variations
Color information
#AFBA99 (or 0xAFBA99) is known color: Green Spring. HEX triplet: AF, BA and 99. RGB value is (175,186,153). Sum of RGB (Red+Green+Blue) = 175+186+153=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA99 is #504566. Grayscale: #B3B3B3. Windows color (decimal): -5260647 or 10074799. OLE color: 10074799.
HSL color Cylindrical-coordinate representation of color #AFBA99: hue angle of 80º 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 #AFBA99 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 186 | 153 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.27 |
| HSL | 80º | 0.19% | 0.66% | - |
| HSV(B) | 80º | 0.18% | 0.73% | - |
| XYZ | 40.99 | 46.53 | 36.96 | - |
| YUV | 178.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 186 | 153 | 0.06 | 0 | 0.18 | 0.27 | 80 | 0.19 | 0.66 |
| Hex | AF | BA | 99 | 6 | 0 | 12 | 1B | 50 | 13 | 42 |
| Octal | 257 | 272 | 231 | 6 | 0 | 22 | 33 | 120 | 23 | 102 |
| Binary | 10101111 | 10111010 | 10011001 | 110 | 0 | 10010 | 11011 | 1010000 | 10011 | 1000010 |
Color Harmonies of #AFBA99
Complementary color
Monochromatic Colors of #AFBA99
Black with #AFBA99
Text Example
Text Example
White with #AFBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBA99; }
p { color: rgb(175,186,153); }
H1.HeaderClassName
{
color: #AFBA99;
}
.AnyTagClassName
{
color: #AFBA99;
}
</style>
background-color css
<style>
a { background-color: #AFBA99; }
a { background-color: rgb(175,186,153); }
div.DivClassName
{
background-color: #AFBA99;
}
.BgClassName
{
background-color: #AFBA99;
}
</style>
border-color css
<style>
span { border-color: #AFBA99; }
span { border-color: rgb(175,186,153); }
td.TdClassName
{
border-color: #AFBA99;
}
.TagClassName
{
border-color: #AFBA99;
}
</style>