Shades of Moss Green #AFEEAD
Tints of Moss Green #AFEEAD
RGB
CMYK
RGB Variations
Color information
#AFEEAD (or 0xAFEEAD) is known color: Moss Green. HEX triplet: AF, EE and AD. RGB value is (175,238,173). Sum of RGB (Red+Green+Blue) = 175+238+173=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 238 (93.36% from 255 or 40.61% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEEAD is #501152. Grayscale: #D3D3D3. Windows color (decimal): -5247315 or 11398831. OLE color: 11398831.
HSL color Cylindrical-coordinate representation of color #AFEEAD: hue angle of 118.15º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEEAD is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 173 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.07 |
| HSL | 118.15º | 0.66% | 0.81% | - |
| HSV(B) | 118.15º | 0.27% | 0.93% | - |
| XYZ | 55.8 | 73.28 | 50.74 | - |
| YUV | 211.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 173 | 0.26 | 0 | 0.27 | 0.07 | 118.15 | 0.66 | 0.81 |
| Hex | AF | EE | AD | 1A | 0 | 1B | 7 | 76 | 42 | 51 |
| Octal | 257 | 356 | 255 | 32 | 0 | 33 | 7 | 166 | 102 | 121 |
| Binary | 10101111 | 11101110 | 10101101 | 11010 | 0 | 11011 | 111 | 1110110 | 1000010 | 1010001 |
Color Harmonies of #AFEEAD
Complementary color
Monochromatic Colors of #AFEEAD
Black with #AFEEAD
Text Example
Text Example
White with #AFEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEAD; }
p { color: rgb(175,238,173); }
H1.HeaderClassName
{
color: #AFEEAD;
}
.AnyTagClassName
{
color: #AFEEAD;
}
</style>
background-color css
<style>
a { background-color: #AFEEAD; }
a { background-color: rgb(175,238,173); }
div.DivClassName
{
background-color: #AFEEAD;
}
.BgClassName
{
background-color: #AFEEAD;
}
</style>
border-color css
<style>
span { border-color: #AFEEAD; }
span { border-color: rgb(175,238,173); }
td.TdClassName
{
border-color: #AFEEAD;
}
.TagClassName
{
border-color: #AFEEAD;
}
</style>