Shades of Moss Green #A5CFA2
Tints of Moss Green #A5CFA2
RGB
CMYK
RGB Variations
Color information
#A5CFA2 (or 0xA5CFA2) is known color: Moss Green. HEX triplet: A5, CF and A2. RGB value is (165,207,162). Sum of RGB (Red+Green+Blue) = 165+207+162=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CFA2 is #5A305D. Grayscale: #BDBDBD. Windows color (decimal): -5910622 or 10669989. OLE color: 10669989.
HSL color Cylindrical-coordinate representation of color #A5CFA2: hue angle of 116º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5CFA2 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 162 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.19 |
| HSL | 116º | 0.32% | 0.72% | - |
| HSV(B) | 116º | 0.22% | 0.81% | - |
| XYZ | 44.35 | 55.23 | 42.51 | - |
| YUV | 189.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 162 | 0.20 | 0 | 0.22 | 0.19 | 116 | 0.32 | 0.72 |
| Hex | A5 | CF | A2 | 14 | 0 | 16 | 13 | 74 | 20 | 48 |
| Octal | 245 | 317 | 242 | 24 | 0 | 26 | 23 | 164 | 40 | 110 |
| Binary | 10100101 | 11001111 | 10100010 | 10100 | 0 | 10110 | 10011 | 1110100 | 100000 | 1001000 |
Color Harmonies of #A5CFA2
Complementary color
Monochromatic Colors of #A5CFA2
Black with #A5CFA2
Text Example
Text Example
White with #A5CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFA2; }
p { color: rgb(165,207,162); }
H1.HeaderClassName
{
color: #A5CFA2;
}
.AnyTagClassName
{
color: #A5CFA2;
}
</style>
background-color css
<style>
a { background-color: #A5CFA2; }
a { background-color: rgb(165,207,162); }
div.DivClassName
{
background-color: #A5CFA2;
}
.BgClassName
{
background-color: #A5CFA2;
}
</style>
border-color css
<style>
span { border-color: #A5CFA2; }
span { border-color: rgb(165,207,162); }
td.TdClassName
{
border-color: #A5CFA2;
}
.TagClassName
{
border-color: #A5CFA2;
}
</style>