Shades of Moss Green #AFF4A8
Tints of Moss Green #AFF4A8
RGB
CMYK
RGB Variations
Color information
#AFF4A8 (or 0xAFF4A8) is known color: Moss Green. HEX triplet: AF, F4 and A8. RGB value is (175,244,168). Sum of RGB (Red+Green+Blue) = 175+244+168=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF4A8 is #500B57. Grayscale: #D6D6D6. Windows color (decimal): -5245784 or 11072687. OLE color: 11072687.
HSL color Cylindrical-coordinate representation of color #AFF4A8: hue angle of 114.47º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFF4A8 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 168 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.04 |
| HSL | 114.47º | 0.78% | 0.81% | - |
| HSV(B) | 114.47º | 0.31% | 0.96% | - |
| XYZ | 57.1 | 76.64 | 48.83 | - |
| YUV | 214.71 | 101.64 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 168 | 0.28 | 0 | 0.31 | 0.04 | 114.47 | 0.78 | 0.81 |
| Hex | AF | F4 | A8 | 1C | 0 | 1F | 4 | 72 | 4E | 51 |
| Octal | 257 | 364 | 250 | 34 | 0 | 37 | 4 | 162 | 116 | 121 |
| Binary | 10101111 | 11110100 | 10101000 | 11100 | 0 | 11111 | 100 | 1110010 | 1001110 | 1010001 |
Color Harmonies of #AFF4A8
Complementary color
Monochromatic Colors of #AFF4A8
Black with #AFF4A8
Text Example
Text Example
White with #AFF4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4A8; }
p { color: rgb(175,244,168); }
H1.HeaderClassName
{
color: #AFF4A8;
}
.AnyTagClassName
{
color: #AFF4A8;
}
</style>
background-color css
<style>
a { background-color: #AFF4A8; }
a { background-color: rgb(175,244,168); }
div.DivClassName
{
background-color: #AFF4A8;
}
.BgClassName
{
background-color: #AFF4A8;
}
</style>
border-color css
<style>
span { border-color: #AFF4A8; }
span { border-color: rgb(175,244,168); }
td.TdClassName
{
border-color: #AFF4A8;
}
.TagClassName
{
border-color: #AFF4A8;
}
</style>