Shades of Conifer #A6DA4E
Tints of Conifer #A6DA4E
RGB
CMYK
RGB Variations
Color information
#A6DA4E (or 0xA6DA4E) is known color: Conifer. HEX triplet: A6, DA and 4E. RGB value is (166,218,78). Sum of RGB (Red+Green+Blue) = 166+218+78=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA4E is #5925B1. Grayscale: #BBBBBB. Windows color (decimal): -5842354 or 5167782. OLE color: 5167782.
HSL color Cylindrical-coordinate representation of color #A6DA4E: hue angle of 82.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6DA4E is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 78 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.15 |
| HSL | 82.29º | 0.65% | 0.58% | - |
| HSV(B) | 82.29º | 0.64% | 0.85% | - |
| XYZ | 42.17 | 58.8 | 16.33 | - |
| YUV | 186.49 | 66.77 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 78 | 0.24 | 0 | 0.64 | 0.15 | 82.29 | 0.65 | 0.58 |
| Hex | A6 | DA | 4E | 18 | 0 | 40 | F | 52 | 41 | 3A |
| Octal | 246 | 332 | 116 | 30 | 0 | 100 | 17 | 122 | 101 | 72 |
| Binary | 10100110 | 11011010 | 1001110 | 11000 | 0 | 1000000 | 1111 | 1010010 | 1000001 | 111010 |
Color Harmonies of #A6DA4E
Complementary color
Monochromatic Colors of #A6DA4E
Black with #A6DA4E
Text Example
Text Example
White with #A6DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA4E; }
p { color: rgb(166,218,78); }
H1.HeaderClassName
{
color: #A6DA4E;
}
.AnyTagClassName
{
color: #A6DA4E;
}
</style>
background-color css
<style>
a { background-color: #A6DA4E; }
a { background-color: rgb(166,218,78); }
div.DivClassName
{
background-color: #A6DA4E;
}
.BgClassName
{
background-color: #A6DA4E;
}
</style>
border-color css
<style>
span { border-color: #A6DA4E; }
span { border-color: rgb(166,218,78); }
td.TdClassName
{
border-color: #A6DA4E;
}
.TagClassName
{
border-color: #A6DA4E;
}
</style>