Shades of Conifer #A6DD56
Tints of Conifer #A6DD56
RGB
CMYK
RGB Variations
Color information
#A6DD56 (or 0xA6DD56) is known color: Conifer. HEX triplet: A6, DD and 56. RGB value is (166,221,86). Sum of RGB (Red+Green+Blue) = 166+221+86=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD56 is #5922A9. Grayscale: #BDBDBD. Windows color (decimal): -5841578 or 5692838. OLE color: 5692838.
HSL color Cylindrical-coordinate representation of color #A6DD56: hue angle of 84.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6DD56 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 86 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.13 |
| HSL | 84.44º | 0.67% | 0.6% | - |
| HSV(B) | 84.44º | 0.61% | 0.87% | - |
| XYZ | 43.26 | 60.49 | 18.2 | - |
| YUV | 189.17 | 69.78 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 86 | 0.25 | 0 | 0.61 | 0.13 | 84.44 | 0.67 | 0.6 |
| Hex | A6 | DD | 56 | 19 | 0 | 3D | D | 54 | 43 | 3C |
| Octal | 246 | 335 | 126 | 31 | 0 | 75 | 15 | 124 | 103 | 74 |
| Binary | 10100110 | 11011101 | 1010110 | 11001 | 0 | 111101 | 1101 | 1010100 | 1000011 | 111100 |
Color Harmonies of #A6DD56
Complementary color
Monochromatic Colors of #A6DD56
Black with #A6DD56
Text Example
Text Example
White with #A6DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DD56; }
p { color: rgb(166,221,86); }
H1.HeaderClassName
{
color: #A6DD56;
}
.AnyTagClassName
{
color: #A6DD56;
}
</style>
background-color css
<style>
a { background-color: #A6DD56; }
a { background-color: rgb(166,221,86); }
div.DivClassName
{
background-color: #A6DD56;
}
.BgClassName
{
background-color: #A6DD56;
}
</style>
border-color css
<style>
span { border-color: #A6DD56; }
span { border-color: rgb(166,221,86); }
td.TdClassName
{
border-color: #A6DD56;
}
.TagClassName
{
border-color: #A6DD56;
}
</style>