Shades of Moss Green #A8EDA3
Tints of Moss Green #A8EDA3
RGB
CMYK
RGB Variations
Color information
#A8EDA3 (or 0xA8EDA3) is known color: Moss Green. HEX triplet: A8, ED and A3. RGB value is (168,237,163). Sum of RGB (Red+Green+Blue) = 168+237+163=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 163 (64.06% from 255 or 28.70% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EDA3 is #57125C. Grayscale: #D0D0D0. Windows color (decimal): -5706333 or 10743208. OLE color: 10743208.
HSL color Cylindrical-coordinate representation of color #A8EDA3: hue angle of 115.95º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8EDA3 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 163 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.07 |
| HSL | 115.95º | 0.67% | 0.78% | - |
| HSV(B) | 115.95º | 0.31% | 0.93% | - |
| XYZ | 53.04 | 71.54 | 45.66 | - |
| YUV | 207.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 163 | 0.29 | 0 | 0.31 | 0.07 | 115.95 | 0.67 | 0.78 |
| Hex | A8 | ED | A3 | 1D | 0 | 1F | 7 | 74 | 43 | 4E |
| Octal | 250 | 355 | 243 | 35 | 0 | 37 | 7 | 164 | 103 | 116 |
| Binary | 10101000 | 11101101 | 10100011 | 11101 | 0 | 11111 | 111 | 1110100 | 1000011 | 1001110 |
Color Harmonies of #A8EDA3
Complementary color
Monochromatic Colors of #A8EDA3
Black with #A8EDA3
Text Example
Text Example
White with #A8EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDA3; }
p { color: rgb(168,237,163); }
H1.HeaderClassName
{
color: #A8EDA3;
}
.AnyTagClassName
{
color: #A8EDA3;
}
</style>
background-color css
<style>
a { background-color: #A8EDA3; }
a { background-color: rgb(168,237,163); }
div.DivClassName
{
background-color: #A8EDA3;
}
.BgClassName
{
background-color: #A8EDA3;
}
</style>
border-color css
<style>
span { border-color: #A8EDA3; }
span { border-color: rgb(168,237,163); }
td.TdClassName
{
border-color: #A8EDA3;
}
.TagClassName
{
border-color: #A8EDA3;
}
</style>