Shades of Moss Green #AFEBAA
Tints of Moss Green #AFEBAA
RGB
CMYK
RGB Variations
Color information
#AFEBAA (or 0xAFEBAA) is known color: Moss Green. HEX triplet: AF, EB and AA. RGB value is (175,235,170). Sum of RGB (Red+Green+Blue) = 175+235+170=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBAA is #501455. Grayscale: #D1D1D1. Windows color (decimal): -5248086 or 11201455. OLE color: 11201455.
HSL color Cylindrical-coordinate representation of color #AFEBAA: hue angle of 115.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFEBAA is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 170 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.08 |
| HSL | 115.38º | 0.62% | 0.79% | - |
| HSV(B) | 115.38º | 0.28% | 0.92% | - |
| XYZ | 54.64 | 71.43 | 48.94 | - |
| YUV | 209.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 170 | 0.26 | 0 | 0.28 | 0.08 | 115.38 | 0.62 | 0.79 |
| Hex | AF | EB | AA | 1A | 0 | 1C | 8 | 73 | 3E | 4F |
| Octal | 257 | 353 | 252 | 32 | 0 | 34 | 10 | 163 | 76 | 117 |
| Binary | 10101111 | 11101011 | 10101010 | 11010 | 0 | 11100 | 1000 | 1110011 | 111110 | 1001111 |
Color Harmonies of #AFEBAA
Complementary color
Monochromatic Colors of #AFEBAA
Black with #AFEBAA
Text Example
Text Example
White with #AFEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBAA; }
p { color: rgb(175,235,170); }
H1.HeaderClassName
{
color: #AFEBAA;
}
.AnyTagClassName
{
color: #AFEBAA;
}
</style>
background-color css
<style>
a { background-color: #AFEBAA; }
a { background-color: rgb(175,235,170); }
div.DivClassName
{
background-color: #AFEBAA;
}
.BgClassName
{
background-color: #AFEBAA;
}
</style>
border-color css
<style>
span { border-color: #AFEBAA; }
span { border-color: rgb(175,235,170); }
td.TdClassName
{
border-color: #AFEBAA;
}
.TagClassName
{
border-color: #AFEBAA;
}
</style>