Shades of Moss Green #A6CFA5
Tints of Moss Green #A6CFA5
RGB
CMYK
RGB Variations
Color information
#A6CFA5 (or 0xA6CFA5) is known color: Moss Green. HEX triplet: A6, CF and A5. RGB value is (166,207,165). Sum of RGB (Red+Green+Blue) = 166+207+165=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFA5 is #59305A. Grayscale: #BEBEBE. Windows color (decimal): -5845083 or 10866598. OLE color: 10866598.
HSL color Cylindrical-coordinate representation of color #A6CFA5: hue angle of 118.57º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFA5 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 165 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.19 |
| HSL | 118.57º | 0.3% | 0.73% | - |
| HSV(B) | 118.57º | 0.2% | 0.81% | - |
| XYZ | 44.83 | 55.45 | 43.94 | - |
| YUV | 189.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 165 | 0.20 | 0 | 0.20 | 0.19 | 118.57 | 0.3 | 0.73 |
| Hex | A6 | CF | A5 | 14 | 0 | 14 | 13 | 77 | 1E | 49 |
| Octal | 246 | 317 | 245 | 24 | 0 | 24 | 23 | 167 | 36 | 111 |
| Binary | 10100110 | 11001111 | 10100101 | 10100 | 0 | 10100 | 10011 | 1110111 | 11110 | 1001001 |
Color Harmonies of #A6CFA5
Complementary color
Monochromatic Colors of #A6CFA5
Black with #A6CFA5
Text Example
Text Example
White with #A6CFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFA5; }
p { color: rgb(166,207,165); }
H1.HeaderClassName
{
color: #A6CFA5;
}
.AnyTagClassName
{
color: #A6CFA5;
}
</style>
background-color css
<style>
a { background-color: #A6CFA5; }
a { background-color: rgb(166,207,165); }
div.DivClassName
{
background-color: #A6CFA5;
}
.BgClassName
{
background-color: #A6CFA5;
}
</style>
border-color css
<style>
span { border-color: #A6CFA5; }
span { border-color: rgb(166,207,165); }
td.TdClassName
{
border-color: #A6CFA5;
}
.TagClassName
{
border-color: #A6CFA5;
}
</style>