Shades of Moss Green #AFF3AA
Tints of Moss Green #AFF3AA
RGB
CMYK
RGB Variations
Color information
#AFF3AA (or 0xAFF3AA) is known color: Moss Green. HEX triplet: AF, F3 and AA. RGB value is (175,243,170). Sum of RGB (Red+Green+Blue) = 175+243+170=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF3AA is #500C55. Grayscale: #D6D6D6. Windows color (decimal): -5246038 or 11203503. OLE color: 11203503.
HSL color Cylindrical-coordinate representation of color #AFF3AA: hue angle of 115.89º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF3AA is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 170 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.05 |
| HSL | 115.89º | 0.75% | 0.81% | - |
| HSV(B) | 115.89º | 0.3% | 0.95% | - |
| XYZ | 56.99 | 76.12 | 49.72 | - |
| YUV | 214.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 170 | 0.28 | 0 | 0.30 | 0.05 | 115.89 | 0.75 | 0.81 |
| Hex | AF | F3 | AA | 1C | 0 | 1E | 5 | 74 | 4B | 51 |
| Octal | 257 | 363 | 252 | 34 | 0 | 36 | 5 | 164 | 113 | 121 |
| Binary | 10101111 | 11110011 | 10101010 | 11100 | 0 | 11110 | 101 | 1110100 | 1001011 | 1010001 |
Color Harmonies of #AFF3AA
Complementary color
Monochromatic Colors of #AFF3AA
Black with #AFF3AA
Text Example
Text Example
White with #AFF3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3AA; }
p { color: rgb(175,243,170); }
H1.HeaderClassName
{
color: #AFF3AA;
}
.AnyTagClassName
{
color: #AFF3AA;
}
</style>
background-color css
<style>
a { background-color: #AFF3AA; }
a { background-color: rgb(175,243,170); }
div.DivClassName
{
background-color: #AFF3AA;
}
.BgClassName
{
background-color: #AFF3AA;
}
</style>
border-color css
<style>
span { border-color: #AFF3AA; }
span { border-color: rgb(175,243,170); }
td.TdClassName
{
border-color: #AFF3AA;
}
.TagClassName
{
border-color: #AFF3AA;
}
</style>