Shades of Moss Green #AFEEAC
Tints of Moss Green #AFEEAC
RGB
CMYK
RGB Variations
Color information
#AFEEAC (or 0xAFEEAC) is known color: Moss Green. HEX triplet: AF, EE and AC. RGB value is (175,238,172). Sum of RGB (Red+Green+Blue) = 175+238+172=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAC is #501153. Grayscale: #D3D3D3. Windows color (decimal): -5247316 or 11333295. OLE color: 11333295.
HSL color Cylindrical-coordinate representation of color #AFEEAC: hue angle of 117.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEEAC is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 172 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.07 |
| HSL | 117.27º | 0.66% | 0.8% | - |
| HSV(B) | 117.27º | 0.28% | 0.93% | - |
| XYZ | 55.7 | 73.24 | 50.23 | - |
| YUV | 211.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 172 | 0.26 | 0 | 0.28 | 0.07 | 117.27 | 0.66 | 0.8 |
| Hex | AF | EE | AC | 1A | 0 | 1C | 7 | 75 | 42 | 50 |
| Octal | 257 | 356 | 254 | 32 | 0 | 34 | 7 | 165 | 102 | 120 |
| Binary | 10101111 | 11101110 | 10101100 | 11010 | 0 | 11100 | 111 | 1110101 | 1000010 | 1010000 |
Color Harmonies of #AFEEAC
Complementary color
Monochromatic Colors of #AFEEAC
Black with #AFEEAC
Text Example
Text Example
White with #AFEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEAC; }
p { color: rgb(175,238,172); }
H1.HeaderClassName
{
color: #AFEEAC;
}
.AnyTagClassName
{
color: #AFEEAC;
}
</style>
background-color css
<style>
a { background-color: #AFEEAC; }
a { background-color: rgb(175,238,172); }
div.DivClassName
{
background-color: #AFEEAC;
}
.BgClassName
{
background-color: #AFEEAC;
}
</style>
border-color css
<style>
span { border-color: #AFEEAC; }
span { border-color: rgb(175,238,172); }
td.TdClassName
{
border-color: #AFEEAC;
}
.TagClassName
{
border-color: #AFEEAC;
}
</style>