Shades of Moss Green #AFEBAC
Tints of Moss Green #AFEBAC
RGB
CMYK
RGB Variations
Color information
#AFEBAC (or 0xAFEBAC) is known color: Moss Green. HEX triplet: AF, EB and AC. RGB value is (175,235,172). Sum of RGB (Red+Green+Blue) = 175+235+172=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAC is #501453. Grayscale: #D2D2D2. Windows color (decimal): -5248084 or 11332527. OLE color: 11332527.
HSL color Cylindrical-coordinate representation of color #AFEBAC: hue angle of 117.14º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEBAC is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 172 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.08 |
| HSL | 117.14º | 0.61% | 0.8% | - |
| HSV(B) | 117.14º | 0.27% | 0.92% | - |
| XYZ | 54.83 | 71.51 | 49.94 | - |
| YUV | 209.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 172 | 0.26 | 0 | 0.27 | 0.08 | 117.14 | 0.61 | 0.8 |
| Hex | AF | EB | AC | 1A | 0 | 1B | 8 | 75 | 3D | 50 |
| Octal | 257 | 353 | 254 | 32 | 0 | 33 | 10 | 165 | 75 | 120 |
| Binary | 10101111 | 11101011 | 10101100 | 11010 | 0 | 11011 | 1000 | 1110101 | 111101 | 1010000 |
Color Harmonies of #AFEBAC
Complementary color
Monochromatic Colors of #AFEBAC
Black with #AFEBAC
Text Example
Text Example
White with #AFEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBAC; }
p { color: rgb(175,235,172); }
H1.HeaderClassName
{
color: #AFEBAC;
}
.AnyTagClassName
{
color: #AFEBAC;
}
</style>
background-color css
<style>
a { background-color: #AFEBAC; }
a { background-color: rgb(175,235,172); }
div.DivClassName
{
background-color: #AFEBAC;
}
.BgClassName
{
background-color: #AFEBAC;
}
</style>
border-color css
<style>
span { border-color: #AFEBAC; }
span { border-color: rgb(175,235,172); }
td.TdClassName
{
border-color: #AFEBAC;
}
.TagClassName
{
border-color: #AFEBAC;
}
</style>