Shades of Green Spring #AFB993
Tints of Green Spring #AFB993
RGB
CMYK
RGB Variations
Color information
#AFB993 (or 0xAFB993) is known color: Green Spring. HEX triplet: AF, B9 and 93. RGB value is (175,185,147). Sum of RGB (Red+Green+Blue) = 175+185+147=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB993 is #50466C. Grayscale: #B1B1B1. Windows color (decimal): -5260909 or 9681327. OLE color: 9681327.
HSL color Cylindrical-coordinate representation of color #AFB993: hue angle of 75.79º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFB993 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 147 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.27 |
| HSL | 75.79º | 0.21% | 0.65% | - |
| HSV(B) | 75.79º | 0.21% | 0.73% | - |
| XYZ | 40.29 | 45.92 | 34.34 | - |
| YUV | 177.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 147 | 0.05 | 0 | 0.21 | 0.27 | 75.79 | 0.21 | 0.65 |
| Hex | AF | B9 | 93 | 5 | 0 | 15 | 1B | 4C | 15 | 41 |
| Octal | 257 | 271 | 223 | 5 | 0 | 25 | 33 | 114 | 25 | 101 |
| Binary | 10101111 | 10111001 | 10010011 | 101 | 0 | 10101 | 11011 | 1001100 | 10101 | 1000001 |
Color Harmonies of #AFB993
Complementary color
Monochromatic Colors of #AFB993
Black with #AFB993
Text Example
Text Example
White with #AFB993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB993; }
p { color: rgb(175,185,147); }
H1.HeaderClassName
{
color: #AFB993;
}
.AnyTagClassName
{
color: #AFB993;
}
</style>
background-color css
<style>
a { background-color: #AFB993; }
a { background-color: rgb(175,185,147); }
div.DivClassName
{
background-color: #AFB993;
}
.BgClassName
{
background-color: #AFB993;
}
</style>
border-color css
<style>
span { border-color: #AFB993; }
span { border-color: rgb(175,185,147); }
td.TdClassName
{
border-color: #AFB993;
}
.TagClassName
{
border-color: #AFB993;
}
</style>