Shades of Moss Green #A8EDA1
Tints of Moss Green #A8EDA1
RGB
CMYK
RGB Variations
Color information
#A8EDA1 (or 0xA8EDA1) is known color: Moss Green. HEX triplet: A8, ED and A1. RGB value is (168,237,161). Sum of RGB (Red+Green+Blue) = 168+237+161=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDA1 is #57125E. Grayscale: #CFCFCF. Windows color (decimal): -5706335 or 10612136. OLE color: 10612136.
HSL color Cylindrical-coordinate representation of color #A8EDA1: hue angle of 114.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8EDA1 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 161 | - |
CMYK | 0.29 | 0 | 0.32 | 0.07 |
HSL | 114.47º | 0.68% | 0.78% | - |
HSV(B) | 114.47º | 0.32% | 0.93% | - |
XYZ | 52.87 | 71.47 | 44.73 | - |
YUV | 207.71 | 101.64 | 99.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 161 | 0.29 | 0 | 0.32 | 0.07 | 114.47 | 0.68 | 0.78 |
Hex | A8 | ED | A1 | 1D | 0 | 20 | 7 | 72 | 44 | 4E |
Octal | 250 | 355 | 241 | 35 | 0 | 40 | 7 | 162 | 104 | 116 |
Binary | 10101000 | 11101101 | 10100001 | 11101 | 0 | 100000 | 111 | 1110010 | 1000100 | 1001110 |
Color Harmonies of #A8EDA1
Complementary color
Monochromatic Colors of #A8EDA1
Black with #A8EDA1
Text Example
Text Example
White with #A8EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDA1; }
p { color: rgb(168,237,161); }
H1.HeaderClassName
{
color: #A8EDA1;
}
.AnyTagClassName
{
color: #A8EDA1;
}
</style>
background-color css
<style>
a { background-color: #A8EDA1; }
a { background-color: rgb(168,237,161); }
div.DivClassName
{
background-color: #A8EDA1;
}
.BgClassName
{
background-color: #A8EDA1;
}
</style>
border-color css
<style>
span { border-color: #A8EDA1; }
span { border-color: rgb(168,237,161); }
td.TdClassName
{
border-color: #A8EDA1;
}
.TagClassName
{
border-color: #A8EDA1;
}
</style>