Shades of Moss Green #A8EDA2
Tints of Moss Green #A8EDA2
RGB
CMYK
RGB Variations
Color information
#A8EDA2 (or 0xA8EDA2) is known color: Moss Green. HEX triplet: A8, ED and A2. RGB value is (168,237,162). Sum of RGB (Red+Green+Blue) = 168+237+162=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDA2 is #57125D. Grayscale: #D0D0D0. Windows color (decimal): -5706334 or 10677672. OLE color: 10677672.
HSL color Cylindrical-coordinate representation of color #A8EDA2: hue angle of 115.2º 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 #A8EDA2 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 162 | - |
CMYK | 0.29 | 0 | 0.32 | 0.07 |
HSL | 115.2º | 0.68% | 0.78% | - |
HSV(B) | 115.2º | 0.32% | 0.93% | - |
XYZ | 52.95 | 71.5 | 45.19 | - |
YUV | 207.82 | 102.14 | 99.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 162 | 0.29 | 0 | 0.32 | 0.07 | 115.2 | 0.68 | 0.78 |
Hex | A8 | ED | A2 | 1D | 0 | 20 | 7 | 73 | 44 | 4E |
Octal | 250 | 355 | 242 | 35 | 0 | 40 | 7 | 163 | 104 | 116 |
Binary | 10101000 | 11101101 | 10100010 | 11101 | 0 | 100000 | 111 | 1110011 | 1000100 | 1001110 |
Color Harmonies of #A8EDA2
Complementary color
Monochromatic Colors of #A8EDA2
Black with #A8EDA2
Text Example
Text Example
White with #A8EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDA2; }
p { color: rgb(168,237,162); }
H1.HeaderClassName
{
color: #A8EDA2;
}
.AnyTagClassName
{
color: #A8EDA2;
}
</style>
background-color css
<style>
a { background-color: #A8EDA2; }
a { background-color: rgb(168,237,162); }
div.DivClassName
{
background-color: #A8EDA2;
}
.BgClassName
{
background-color: #A8EDA2;
}
</style>
border-color css
<style>
span { border-color: #A8EDA2; }
span { border-color: rgb(168,237,162); }
td.TdClassName
{
border-color: #A8EDA2;
}
.TagClassName
{
border-color: #A8EDA2;
}
</style>