Shades of Moss Green #A2DCA5
Tints of Moss Green #A2DCA5
RGB
CMYK
RGB Variations
Color information
#A2DCA5 (or 0xA2DCA5) is known color: Moss Green. HEX triplet: A2, DC and A5. RGB value is (162,220,165). Sum of RGB (Red+Green+Blue) = 162+220+165=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DCA5 is #5D235A. Grayscale: #C4C4C4. Windows color (decimal): -6103899 or 10869922. OLE color: 10869922.
HSL color Cylindrical-coordinate representation of color #A2DCA5: hue angle of 123.1º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCA5 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 162 | 220 | 165 | - |
CMYK | 0.26 | 0 | 0.25 | 0.14 |
HSL | 123.1º | 0.45% | 0.75% | - |
HSV(B) | 123.1º | 0.26% | 0.86% | - |
XYZ | 47.29 | 61.58 | 44.99 | - |
YUV | 196.39 | 110.28 | 103.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 220 | 165 | 0.26 | 0 | 0.25 | 0.14 | 123.1 | 0.45 | 0.75 |
Hex | A2 | DC | A5 | 1A | 0 | 19 | E | 7B | 2D | 4B |
Octal | 242 | 334 | 245 | 32 | 0 | 31 | 16 | 173 | 55 | 113 |
Binary | 10100010 | 11011100 | 10100101 | 11010 | 0 | 11001 | 1110 | 1111011 | 101101 | 1001011 |
Color Harmonies of #A2DCA5
Complementary color
Monochromatic Colors of #A2DCA5
Black with #A2DCA5
Text Example
Text Example
White with #A2DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCA5; }
p { color: rgb(162,220,165); }
H1.HeaderClassName
{
color: #A2DCA5;
}
.AnyTagClassName
{
color: #A2DCA5;
}
</style>
background-color css
<style>
a { background-color: #A2DCA5; }
a { background-color: rgb(162,220,165); }
div.DivClassName
{
background-color: #A2DCA5;
}
.BgClassName
{
background-color: #A2DCA5;
}
</style>
border-color css
<style>
span { border-color: #A2DCA5; }
span { border-color: rgb(162,220,165); }
td.TdClassName
{
border-color: #A2DCA5;
}
.TagClassName
{
border-color: #A2DCA5;
}
</style>