Shades of Conifer #A6D34E
Tints of Conifer #A6D34E
RGB
CMYK
RGB Variations
Color information
#A6D34E (or 0xA6D34E) is known color: Conifer. HEX triplet: A6, D3 and 4E. RGB value is (166,211,78). Sum of RGB (Red+Green+Blue) = 166+211+78=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D34E is #592CB1. Grayscale: #B6B6B6. Windows color (decimal): -5844146 or 5165990. OLE color: 5165990.
HSL color Cylindrical-coordinate representation of color #A6D34E: hue angle of 80.3º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6D34E is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 78 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.17 |
| HSL | 80.3º | 0.6% | 0.57% | - |
| HSV(B) | 80.3º | 0.63% | 0.83% | - |
| XYZ | 40.4 | 55.25 | 15.74 | - |
| YUV | 182.38 | 69.09 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 78 | 0.21 | 0 | 0.63 | 0.17 | 80.3 | 0.6 | 0.57 |
| Hex | A6 | D3 | 4E | 15 | 0 | 3F | 11 | 50 | 3C | 39 |
| Octal | 246 | 323 | 116 | 25 | 0 | 77 | 21 | 120 | 74 | 71 |
| Binary | 10100110 | 11010011 | 1001110 | 10101 | 0 | 111111 | 10001 | 1010000 | 111100 | 111001 |
Color Harmonies of #A6D34E
Complementary color
Monochromatic Colors of #A6D34E
Black with #A6D34E
Text Example
Text Example
White with #A6D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D34E; }
p { color: rgb(166,211,78); }
H1.HeaderClassName
{
color: #A6D34E;
}
.AnyTagClassName
{
color: #A6D34E;
}
</style>
background-color css
<style>
a { background-color: #A6D34E; }
a { background-color: rgb(166,211,78); }
div.DivClassName
{
background-color: #A6D34E;
}
.BgClassName
{
background-color: #A6D34E;
}
</style>
border-color css
<style>
span { border-color: #A6D34E; }
span { border-color: rgb(166,211,78); }
td.TdClassName
{
border-color: #A6D34E;
}
.TagClassName
{
border-color: #A6D34E;
}
</style>