Shades of Moss Green #A4D4A4
Tints of Moss Green #A4D4A4
RGB
CMYK
RGB Variations
Color information
#A4D4A4 (or 0xA4D4A4) is known color: Moss Green. HEX triplet: A4, D4 and A4. RGB value is (164,212,164). Sum of RGB (Red+Green+Blue) = 164+212+164=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D4A4 is #5B2B5B. Grayscale: #C0C0C0. Windows color (decimal): -5974876 or 10802340. OLE color: 10802340.
HSL color Cylindrical-coordinate representation of color #A4D4A4: hue angle of 120º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4A4 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 212 | 164 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.17 |
| HSL | 120º | 0.36% | 0.74% | - |
| HSV(B) | 120º | 0.23% | 0.83% | - |
| XYZ | 45.55 | 57.66 | 43.85 | - |
| YUV | 192.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 212 | 164 | 0.23 | 0 | 0.23 | 0.17 | 120 | 0.36 | 0.74 |
| Hex | A4 | D4 | A4 | 17 | 0 | 17 | 11 | 78 | 24 | 4A |
| Octal | 244 | 324 | 244 | 27 | 0 | 27 | 21 | 170 | 44 | 112 |
| Binary | 10100100 | 11010100 | 10100100 | 10111 | 0 | 10111 | 10001 | 1111000 | 100100 | 1001010 |
Color Harmonies of #A4D4A4
Complementary color
Monochromatic Colors of #A4D4A4
Black with #A4D4A4
Text Example
Text Example
White with #A4D4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D4A4; }
p { color: rgb(164,212,164); }
H1.HeaderClassName
{
color: #A4D4A4;
}
.AnyTagClassName
{
color: #A4D4A4;
}
</style>
background-color css
<style>
a { background-color: #A4D4A4; }
a { background-color: rgb(164,212,164); }
div.DivClassName
{
background-color: #A4D4A4;
}
.BgClassName
{
background-color: #A4D4A4;
}
</style>
border-color css
<style>
span { border-color: #A4D4A4; }
span { border-color: rgb(164,212,164); }
td.TdClassName
{
border-color: #A4D4A4;
}
.TagClassName
{
border-color: #A4D4A4;
}
</style>