Shades of Conifer #A6D95A
Tints of Conifer #A6D95A
RGB
CMYK
RGB Variations
Color information
#A6D95A (or 0xA6D95A) is known color: Conifer. HEX triplet: A6, D9 and 5A. RGB value is (166,217,90). Sum of RGB (Red+Green+Blue) = 166+217+90=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D95A is #5926A5. Grayscale: #BBBBBB. Windows color (decimal): -5842598 or 5953958. OLE color: 5953958.
HSL color Cylindrical-coordinate representation of color #A6D95A: hue angle of 84.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6D95A is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 90 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.15 |
| HSL | 84.09º | 0.63% | 0.6% | - |
| HSV(B) | 84.09º | 0.59% | 0.85% | - |
| XYZ | 42.38 | 58.47 | 18.72 | - |
| YUV | 187.27 | 73.1 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 90 | 0.24 | 0 | 0.59 | 0.15 | 84.09 | 0.63 | 0.6 |
| Hex | A6 | D9 | 5A | 18 | 0 | 3B | F | 54 | 3F | 3C |
| Octal | 246 | 331 | 132 | 30 | 0 | 73 | 17 | 124 | 77 | 74 |
| Binary | 10100110 | 11011001 | 1011010 | 11000 | 0 | 111011 | 1111 | 1010100 | 111111 | 111100 |
Color Harmonies of #A6D95A
Complementary color
Monochromatic Colors of #A6D95A
Black with #A6D95A
Text Example
Text Example
White with #A6D95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D95A; }
p { color: rgb(166,217,90); }
H1.HeaderClassName
{
color: #A6D95A;
}
.AnyTagClassName
{
color: #A6D95A;
}
</style>
background-color css
<style>
a { background-color: #A6D95A; }
a { background-color: rgb(166,217,90); }
div.DivClassName
{
background-color: #A6D95A;
}
.BgClassName
{
background-color: #A6D95A;
}
</style>
border-color css
<style>
span { border-color: #A6D95A; }
span { border-color: rgb(166,217,90); }
td.TdClassName
{
border-color: #A6D95A;
}
.TagClassName
{
border-color: #A6D95A;
}
</style>