Shades of Moss Green #AFEEAB
Tints of Moss Green #AFEEAB
RGB
CMYK
RGB Variations
Color information
#AFEEAB (or 0xAFEEAB) is known color: Moss Green. HEX triplet: AF, EE and AB. RGB value is (175,238,171). Sum of RGB (Red+Green+Blue) = 175+238+171=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 238 (93.36% from 255 or 40.75% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAB is #501154. Grayscale: #D3D3D3. Windows color (decimal): -5247317 or 11267759. OLE color: 11267759.
HSL color Cylindrical-coordinate representation of color #AFEEAB: hue angle of 116.42º 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 #AFEEAB is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 171 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.07 |
| HSL | 116.42º | 0.66% | 0.8% | - |
| HSV(B) | 116.42º | 0.28% | 0.93% | - |
| XYZ | 55.6 | 73.2 | 49.73 | - |
| YUV | 211.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 171 | 0.26 | 0 | 0.28 | 0.07 | 116.42 | 0.66 | 0.8 |
| Hex | AF | EE | AB | 1A | 0 | 1C | 7 | 74 | 42 | 50 |
| Octal | 257 | 356 | 253 | 32 | 0 | 34 | 7 | 164 | 102 | 120 |
| Binary | 10101111 | 11101110 | 10101011 | 11010 | 0 | 11100 | 111 | 1110100 | 1000010 | 1010000 |
Color Harmonies of #AFEEAB
Complementary color
Monochromatic Colors of #AFEEAB
Black with #AFEEAB
Text Example
Text Example
White with #AFEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEAB; }
p { color: rgb(175,238,171); }
H1.HeaderClassName
{
color: #AFEEAB;
}
.AnyTagClassName
{
color: #AFEEAB;
}
</style>
background-color css
<style>
a { background-color: #AFEEAB; }
a { background-color: rgb(175,238,171); }
div.DivClassName
{
background-color: #AFEEAB;
}
.BgClassName
{
background-color: #AFEEAB;
}
</style>
border-color css
<style>
span { border-color: #AFEEAB; }
span { border-color: rgb(175,238,171); }
td.TdClassName
{
border-color: #AFEEAB;
}
.TagClassName
{
border-color: #AFEEAB;
}
</style>