Shades of Green Spring #AFB994
Tints of Green Spring #AFB994
RGB
CMYK
RGB Variations
Color information
#AFB994 (or 0xAFB994) is known color: Green Spring. HEX triplet: AF, B9 and 94. RGB value is (175,185,148). Sum of RGB (Red+Green+Blue) = 175+185+148=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB994 is #50466B. Grayscale: #B1B1B1. Windows color (decimal): -5260908 or 9746863. OLE color: 9746863.
HSL color Cylindrical-coordinate representation of color #AFB994: hue angle of 76.22º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB994 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 148 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.27 |
| HSL | 76.22º | 0.21% | 0.65% | - |
| HSV(B) | 76.22º | 0.2% | 0.73% | - |
| XYZ | 40.37 | 45.95 | 34.76 | - |
| YUV | 177.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 148 | 0.05 | 0 | 0.20 | 0.27 | 76.22 | 0.21 | 0.65 |
| Hex | AF | B9 | 94 | 5 | 0 | 14 | 1B | 4C | 15 | 41 |
| Octal | 257 | 271 | 224 | 5 | 0 | 24 | 33 | 114 | 25 | 101 |
| Binary | 10101111 | 10111001 | 10010100 | 101 | 0 | 10100 | 11011 | 1001100 | 10101 | 1000001 |
Color Harmonies of #AFB994
Complementary color
Monochromatic Colors of #AFB994
Black with #AFB994
Text Example
Text Example
White with #AFB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB994; }
p { color: rgb(175,185,148); }
H1.HeaderClassName
{
color: #AFB994;
}
.AnyTagClassName
{
color: #AFB994;
}
</style>
background-color css
<style>
a { background-color: #AFB994; }
a { background-color: rgb(175,185,148); }
div.DivClassName
{
background-color: #AFB994;
}
.BgClassName
{
background-color: #AFB994;
}
</style>
border-color css
<style>
span { border-color: #AFB994; }
span { border-color: rgb(175,185,148); }
td.TdClassName
{
border-color: #AFB994;
}
.TagClassName
{
border-color: #AFB994;
}
</style>