Shades of Conifer #A6DB4F
Tints of Conifer #A6DB4F
RGB
CMYK
RGB Variations
Color information
#A6DB4F (or 0xA6DB4F) is known color: Conifer. HEX triplet: A6, DB and 4F. RGB value is (166,219,79). Sum of RGB (Red+Green+Blue) = 166+219+79=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB4F is #5924B0. Grayscale: #BBBBBB. Windows color (decimal): -5842097 or 5233574. OLE color: 5233574.
HSL color Cylindrical-coordinate representation of color #A6DB4F: hue angle of 82.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6DB4F is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 79 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.14 |
| HSL | 82.71º | 0.66% | 0.58% | - |
| HSV(B) | 82.71º | 0.64% | 0.86% | - |
| XYZ | 42.47 | 59.33 | 16.61 | - |
| YUV | 187.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 79 | 0.24 | 0 | 0.64 | 0.14 | 82.71 | 0.66 | 0.58 |
| Hex | A6 | DB | 4F | 18 | 0 | 40 | E | 53 | 42 | 3A |
| Octal | 246 | 333 | 117 | 30 | 0 | 100 | 16 | 123 | 102 | 72 |
| Binary | 10100110 | 11011011 | 1001111 | 11000 | 0 | 1000000 | 1110 | 1010011 | 1000010 | 111010 |
Color Harmonies of #A6DB4F
Complementary color
Monochromatic Colors of #A6DB4F
Black with #A6DB4F
Text Example
Text Example
White with #A6DB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB4F; }
p { color: rgb(166,219,79); }
H1.HeaderClassName
{
color: #A6DB4F;
}
.AnyTagClassName
{
color: #A6DB4F;
}
</style>
background-color css
<style>
a { background-color: #A6DB4F; }
a { background-color: rgb(166,219,79); }
div.DivClassName
{
background-color: #A6DB4F;
}
.BgClassName
{
background-color: #A6DB4F;
}
</style>
border-color css
<style>
span { border-color: #A6DB4F; }
span { border-color: rgb(166,219,79); }
td.TdClassName
{
border-color: #A6DB4F;
}
.TagClassName
{
border-color: #A6DB4F;
}
</style>