Shades of Moss Green #AFEEAA
Tints of Moss Green #AFEEAA
RGB
CMYK
RGB Variations
Color information
#AFEEAA (or 0xAFEEAA) is known color: Moss Green. HEX triplet: AF, EE and AA. RGB value is (175,238,170). Sum of RGB (Red+Green+Blue) = 175+238+170=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAA is #501155. Grayscale: #D3D3D3. Windows color (decimal): -5247318 or 11202223. OLE color: 11202223.
HSL color Cylindrical-coordinate representation of color #AFEEAA: hue angle of 115.59º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEEAA is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 170 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.07 |
| HSL | 115.59º | 0.67% | 0.8% | - |
| HSV(B) | 115.59º | 0.29% | 0.93% | - |
| XYZ | 55.51 | 73.17 | 49.23 | - |
| YUV | 211.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 170 | 0.26 | 0 | 0.29 | 0.07 | 115.59 | 0.67 | 0.8 |
| Hex | AF | EE | AA | 1A | 0 | 1D | 7 | 74 | 43 | 50 |
| Octal | 257 | 356 | 252 | 32 | 0 | 35 | 7 | 164 | 103 | 120 |
| Binary | 10101111 | 11101110 | 10101010 | 11010 | 0 | 11101 | 111 | 1110100 | 1000011 | 1010000 |
Color Harmonies of #AFEEAA
Complementary color
Monochromatic Colors of #AFEEAA
Black with #AFEEAA
Text Example
Text Example
White with #AFEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEAA; }
p { color: rgb(175,238,170); }
H1.HeaderClassName
{
color: #AFEEAA;
}
.AnyTagClassName
{
color: #AFEEAA;
}
</style>
background-color css
<style>
a { background-color: #AFEEAA; }
a { background-color: rgb(175,238,170); }
div.DivClassName
{
background-color: #AFEEAA;
}
.BgClassName
{
background-color: #AFEEAA;
}
</style>
border-color css
<style>
span { border-color: #AFEEAA; }
span { border-color: rgb(175,238,170); }
td.TdClassName
{
border-color: #AFEEAA;
}
.TagClassName
{
border-color: #AFEEAA;
}
</style>