Shades of Conifer #A6DD4E
Tints of Conifer #A6DD4E
RGB
CMYK
RGB Variations
Color information
#A6DD4E (or 0xA6DD4E) is known color: Conifer. HEX triplet: A6, DD and 4E. RGB value is (166,221,78). Sum of RGB (Red+Green+Blue) = 166+221+78=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD4E is #5922B1. Grayscale: #BCBCBC. Windows color (decimal): -5841586 or 5168550. OLE color: 5168550.
HSL color Cylindrical-coordinate representation of color #A6DD4E: hue angle of 83.08º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6DD4E is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 78 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.13 |
| HSL | 83.08º | 0.68% | 0.59% | - |
| HSV(B) | 83.08º | 0.65% | 0.87% | - |
| XYZ | 42.96 | 60.37 | 16.6 | - |
| YUV | 188.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 78 | 0.25 | 0 | 0.65 | 0.13 | 83.08 | 0.68 | 0.59 |
| Hex | A6 | DD | 4E | 19 | 0 | 41 | D | 53 | 44 | 3B |
| Octal | 246 | 335 | 116 | 31 | 0 | 101 | 15 | 123 | 104 | 73 |
| Binary | 10100110 | 11011101 | 1001110 | 11001 | 0 | 1000001 | 1101 | 1010011 | 1000100 | 111011 |
Color Harmonies of #A6DD4E
Complementary color
Monochromatic Colors of #A6DD4E
Black with #A6DD4E
Text Example
Text Example
White with #A6DD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD4E; }
p { color: rgb(166,221,78); }
H1.HeaderClassName
{
color: #A6DD4E;
}
.AnyTagClassName
{
color: #A6DD4E;
}
</style>
background-color css
<style>
a { background-color: #A6DD4E; }
a { background-color: rgb(166,221,78); }
div.DivClassName
{
background-color: #A6DD4E;
}
.BgClassName
{
background-color: #A6DD4E;
}
</style>
border-color css
<style>
span { border-color: #A6DD4E; }
span { border-color: rgb(166,221,78); }
td.TdClassName
{
border-color: #A6DD4E;
}
.TagClassName
{
border-color: #A6DD4E;
}
</style>