Shades of Green Spring #AFB78F
Tints of Green Spring #AFB78F
RGB
CMYK
RGB Variations
Color information
#AFB78F (or 0xAFB78F) is known color: Green Spring. HEX triplet: AF, B7 and 8F. RGB value is (175,183,143). Sum of RGB (Red+Green+Blue) = 175+183+143=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB78F is #504870. Grayscale: #B0B0B0. Windows color (decimal): -5261425 or 9418671. OLE color: 9418671.
HSL color Cylindrical-coordinate representation of color #AFB78F: hue angle of 72º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB78F is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 143 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.28 |
| HSL | 72º | 0.22% | 0.64% | - |
| HSV(B) | 72º | 0.22% | 0.72% | - |
| XYZ | 39.57 | 44.96 | 32.58 | - |
| YUV | 176.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 143 | 0.04 | 0 | 0.22 | 0.28 | 72 | 0.22 | 0.64 |
| Hex | AF | B7 | 8F | 4 | 0 | 16 | 1C | 48 | 16 | 40 |
| Octal | 257 | 267 | 217 | 4 | 0 | 26 | 34 | 110 | 26 | 100 |
| Binary | 10101111 | 10110111 | 10001111 | 100 | 0 | 10110 | 11100 | 1001000 | 10110 | 1000000 |
Color Harmonies of #AFB78F
Complementary color
Monochromatic Colors of #AFB78F
Black with #AFB78F
Text Example
Text Example
White with #AFB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB78F; }
p { color: rgb(175,183,143); }
H1.HeaderClassName
{
color: #AFB78F;
}
.AnyTagClassName
{
color: #AFB78F;
}
</style>
background-color css
<style>
a { background-color: #AFB78F; }
a { background-color: rgb(175,183,143); }
div.DivClassName
{
background-color: #AFB78F;
}
.BgClassName
{
background-color: #AFB78F;
}
</style>
border-color css
<style>
span { border-color: #AFB78F; }
span { border-color: rgb(175,183,143); }
td.TdClassName
{
border-color: #AFB78F;
}
.TagClassName
{
border-color: #AFB78F;
}
</style>