Shades of Green Spring #AFB79A
Tints of Green Spring #AFB79A
RGB
CMYK
RGB Variations
Color information
#AFB79A (or 0xAFB79A) is known color: Green Spring. HEX triplet: AF, B7 and 9A. RGB value is (175,183,154). Sum of RGB (Red+Green+Blue) = 175+183+154=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB79A is #504865. Grayscale: #B1B1B1. Windows color (decimal): -5261414 or 10139567. OLE color: 10139567.
HSL color Cylindrical-coordinate representation of color #AFB79A: hue angle of 76.55º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB79A is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 154 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.28 |
| HSL | 76.55º | 0.17% | 0.66% | - |
| HSV(B) | 76.55º | 0.16% | 0.72% | - |
| XYZ | 40.45 | 45.31 | 37.19 | - |
| YUV | 177.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 154 | 0.04 | 0 | 0.16 | 0.28 | 76.55 | 0.17 | 0.66 |
| Hex | AF | B7 | 9A | 4 | 0 | 10 | 1C | 4D | 11 | 42 |
| Octal | 257 | 267 | 232 | 4 | 0 | 20 | 34 | 115 | 21 | 102 |
| Binary | 10101111 | 10110111 | 10011010 | 100 | 0 | 10000 | 11100 | 1001101 | 10001 | 1000010 |
Color Harmonies of #AFB79A
Complementary color
Monochromatic Colors of #AFB79A
Black with #AFB79A
Text Example
Text Example
White with #AFB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB79A; }
p { color: rgb(175,183,154); }
H1.HeaderClassName
{
color: #AFB79A;
}
.AnyTagClassName
{
color: #AFB79A;
}
</style>
background-color css
<style>
a { background-color: #AFB79A; }
a { background-color: rgb(175,183,154); }
div.DivClassName
{
background-color: #AFB79A;
}
.BgClassName
{
background-color: #AFB79A;
}
</style>
border-color css
<style>
span { border-color: #AFB79A; }
span { border-color: rgb(175,183,154); }
td.TdClassName
{
border-color: #AFB79A;
}
.TagClassName
{
border-color: #AFB79A;
}
</style>