Shades of Conifer #A6DD47
Tints of Conifer #A6DD47
RGB
CMYK
RGB Variations
Color information
#A6DD47 (or 0xA6DD47) is known color: Conifer. HEX triplet: A6, DD and 47. RGB value is (166,221,71). Sum of RGB (Red+Green+Blue) = 166+221+71=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD47 is #5922B8. Grayscale: #BCBCBC. Windows color (decimal): -5841593 or 4709798. OLE color: 4709798.
HSL color Cylindrical-coordinate representation of color #A6DD47: hue angle of 82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A6DD47 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 71 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.13 |
| HSL | 82º | 0.69% | 0.57% | - |
| HSV(B) | 82º | 0.68% | 0.87% | - |
| XYZ | 42.72 | 60.27 | 15.34 | - |
| YUV | 187.46 | 62.28 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 71 | 0.25 | 0 | 0.68 | 0.13 | 82 | 0.69 | 0.57 |
| Hex | A6 | DD | 47 | 19 | 0 | 44 | D | 52 | 45 | 39 |
| Octal | 246 | 335 | 107 | 31 | 0 | 104 | 15 | 122 | 105 | 71 |
| Binary | 10100110 | 11011101 | 1000111 | 11001 | 0 | 1000100 | 1101 | 1010010 | 1000101 | 111001 |
Color Harmonies of #A6DD47
Complementary color
Monochromatic Colors of #A6DD47
Black with #A6DD47
Text Example
Text Example
White with #A6DD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD47; }
p { color: rgb(166,221,71); }
H1.HeaderClassName
{
color: #A6DD47;
}
.AnyTagClassName
{
color: #A6DD47;
}
</style>
background-color css
<style>
a { background-color: #A6DD47; }
a { background-color: rgb(166,221,71); }
div.DivClassName
{
background-color: #A6DD47;
}
.BgClassName
{
background-color: #A6DD47;
}
</style>
border-color css
<style>
span { border-color: #A6DD47; }
span { border-color: rgb(166,221,71); }
td.TdClassName
{
border-color: #A6DD47;
}
.TagClassName
{
border-color: #A6DD47;
}
</style>