Shades of Moss Green #A8EDA6
Tints of Moss Green #A8EDA6
RGB
CMYK
RGB Variations
Color information
#A8EDA6 (or 0xA8EDA6) is known color: Moss Green. HEX triplet: A8, ED and A6. RGB value is (168,237,166). Sum of RGB (Red+Green+Blue) = 168+237+166=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDA6 is #571259. Grayscale: #D0D0D0. Windows color (decimal): -5706330 or 10939816. OLE color: 10939816.
HSL color Cylindrical-coordinate representation of color #A8EDA6: hue angle of 118.31º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EDA6 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 166 | - |
CMYK | 0.29 | 0 | 0.30 | 0.07 |
HSL | 118.31º | 0.66% | 0.79% | - |
HSV(B) | 118.31º | 0.3% | 0.93% | - |
XYZ | 53.32 | 71.65 | 47.1 | - |
YUV | 208.28 | 104.14 | 99.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 166 | 0.29 | 0 | 0.30 | 0.07 | 118.31 | 0.66 | 0.79 |
Hex | A8 | ED | A6 | 1D | 0 | 1E | 7 | 76 | 42 | 4F |
Octal | 250 | 355 | 246 | 35 | 0 | 36 | 7 | 166 | 102 | 117 |
Binary | 10101000 | 11101101 | 10100110 | 11101 | 0 | 11110 | 111 | 1110110 | 1000010 | 1001111 |
Color Harmonies of #A8EDA6
Complementary color
Monochromatic Colors of #A8EDA6
Black with #A8EDA6
Text Example
Text Example
White with #A8EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDA6; }
p { color: rgb(168,237,166); }
H1.HeaderClassName
{
color: #A8EDA6;
}
.AnyTagClassName
{
color: #A8EDA6;
}
</style>
background-color css
<style>
a { background-color: #A8EDA6; }
a { background-color: rgb(168,237,166); }
div.DivClassName
{
background-color: #A8EDA6;
}
.BgClassName
{
background-color: #A8EDA6;
}
</style>
border-color css
<style>
span { border-color: #A8EDA6; }
span { border-color: rgb(168,237,166); }
td.TdClassName
{
border-color: #A8EDA6;
}
.TagClassName
{
border-color: #A8EDA6;
}
</style>