Shades of Moss Green #AFEDA8
Tints of Moss Green #AFEDA8
RGB
CMYK
RGB Variations
Color information
#AFEDA8 (or 0xAFEDA8) is known color: Moss Green. HEX triplet: AF, ED and A8. RGB value is (175,237,168). Sum of RGB (Red+Green+Blue) = 175+237+168=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDA8 is #501257. Grayscale: #D2D2D2. Windows color (decimal): -5247576 or 11070895. OLE color: 11070895.
HSL color Cylindrical-coordinate representation of color #AFEDA8: hue angle of 113.91º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEDA8 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 175 | 237 | 168 | - |
CMYK | 0.26 | 0 | 0.29 | 0.07 |
HSL | 113.91º | 0.66% | 0.79% | - |
HSV(B) | 113.91º | 0.29% | 0.93% | - |
XYZ | 55.03 | 72.51 | 48.14 | - |
YUV | 210.6 | 103.96 | 102.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 237 | 168 | 0.26 | 0 | 0.29 | 0.07 | 113.91 | 0.66 | 0.79 |
Hex | AF | ED | A8 | 1A | 0 | 1D | 7 | 72 | 42 | 4F |
Octal | 257 | 355 | 250 | 32 | 0 | 35 | 7 | 162 | 102 | 117 |
Binary | 10101111 | 11101101 | 10101000 | 11010 | 0 | 11101 | 111 | 1110010 | 1000010 | 1001111 |
Color Harmonies of #AFEDA8
Complementary color
Monochromatic Colors of #AFEDA8
Black with #AFEDA8
Text Example
Text Example
White with #AFEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDA8; }
p { color: rgb(175,237,168); }
H1.HeaderClassName
{
color: #AFEDA8;
}
.AnyTagClassName
{
color: #AFEDA8;
}
</style>
background-color css
<style>
a { background-color: #AFEDA8; }
a { background-color: rgb(175,237,168); }
div.DivClassName
{
background-color: #AFEDA8;
}
.BgClassName
{
background-color: #AFEDA8;
}
</style>
border-color css
<style>
span { border-color: #AFEDA8; }
span { border-color: rgb(175,237,168); }
td.TdClassName
{
border-color: #AFEDA8;
}
.TagClassName
{
border-color: #AFEDA8;
}
</style>