Shades of Moss Green #A5DFA7
Tints of Moss Green #A5DFA7
RGB
CMYK
RGB Variations
Color information
#A5DFA7 (or 0xA5DFA7) is known color: Moss Green. HEX triplet: A5, DF and A7. RGB value is (165,223,167). Sum of RGB (Red+Green+Blue) = 165+223+167=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DFA7 is #5A2058. Grayscale: #C7C7C7. Windows color (decimal): -5906521 or 11001765. OLE color: 11001765.
HSL color Cylindrical-coordinate representation of color #A5DFA7: hue angle of 122.07º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFA7 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 167 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.13 |
| HSL | 122.07º | 0.48% | 0.76% | - |
| HSV(B) | 122.07º | 0.26% | 0.87% | - |
| XYZ | 48.88 | 63.56 | 46.25 | - |
| YUV | 199.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 167 | 0.26 | 0 | 0.25 | 0.13 | 122.07 | 0.48 | 0.76 |
| Hex | A5 | DF | A7 | 1A | 0 | 19 | D | 7A | 30 | 4C |
| Octal | 245 | 337 | 247 | 32 | 0 | 31 | 15 | 172 | 60 | 114 |
| Binary | 10100101 | 11011111 | 10100111 | 11010 | 0 | 11001 | 1101 | 1111010 | 110000 | 1001100 |
Color Harmonies of #A5DFA7
Complementary color
Monochromatic Colors of #A5DFA7
Black with #A5DFA7
Text Example
Text Example
White with #A5DFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFA7; }
p { color: rgb(165,223,167); }
H1.HeaderClassName
{
color: #A5DFA7;
}
.AnyTagClassName
{
color: #A5DFA7;
}
</style>
background-color css
<style>
a { background-color: #A5DFA7; }
a { background-color: rgb(165,223,167); }
div.DivClassName
{
background-color: #A5DFA7;
}
.BgClassName
{
background-color: #A5DFA7;
}
</style>
border-color css
<style>
span { border-color: #A5DFA7; }
span { border-color: rgb(165,223,167); }
td.TdClassName
{
border-color: #A5DFA7;
}
.TagClassName
{
border-color: #A5DFA7;
}
</style>