Shades of Moss Green #AFECAB
Tints of Moss Green #AFECAB
RGB
CMYK
RGB Variations
Color information
#AFECAB (or 0xAFECAB) is known color: Moss Green. HEX triplet: AF, EC and AB. RGB value is (175,236,171). Sum of RGB (Red+Green+Blue) = 175+236+171=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECAB is #501354. Grayscale: #D2D2D2. Windows color (decimal): -5247829 or 11267247. OLE color: 11267247.
HSL color Cylindrical-coordinate representation of color #AFECAB: hue angle of 116.31º degrees, saturation: 0.63, 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 #AFECAB is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 171 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.07 |
| HSL | 116.31º | 0.63% | 0.8% | - |
| HSV(B) | 116.31º | 0.28% | 0.93% | - |
| XYZ | 55.03 | 72.05 | 49.53 | - |
| YUV | 210.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 171 | 0.26 | 0 | 0.28 | 0.07 | 116.31 | 0.63 | 0.8 |
| Hex | AF | EC | AB | 1A | 0 | 1C | 7 | 74 | 3F | 50 |
| Octal | 257 | 354 | 253 | 32 | 0 | 34 | 7 | 164 | 77 | 120 |
| Binary | 10101111 | 11101100 | 10101011 | 11010 | 0 | 11100 | 111 | 1110100 | 111111 | 1010000 |
Color Harmonies of #AFECAB
Complementary color
Monochromatic Colors of #AFECAB
Black with #AFECAB
Text Example
Text Example
White with #AFECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECAB; }
p { color: rgb(175,236,171); }
H1.HeaderClassName
{
color: #AFECAB;
}
.AnyTagClassName
{
color: #AFECAB;
}
</style>
background-color css
<style>
a { background-color: #AFECAB; }
a { background-color: rgb(175,236,171); }
div.DivClassName
{
background-color: #AFECAB;
}
.BgClassName
{
background-color: #AFECAB;
}
</style>
border-color css
<style>
span { border-color: #AFECAB; }
span { border-color: rgb(175,236,171); }
td.TdClassName
{
border-color: #AFECAB;
}
.TagClassName
{
border-color: #AFECAB;
}
</style>