Shades of Conifer #A6DB4B
Tints of Conifer #A6DB4B
RGB
CMYK
RGB Variations
Color information
#A6DB4B (or 0xA6DB4B) is known color: Conifer. HEX triplet: A6, DB and 4B. RGB value is (166,219,75). Sum of RGB (Red+Green+Blue) = 166+219+75=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB4B is #5924B4. Grayscale: #BBBBBB. Windows color (decimal): -5842101 or 4971430. OLE color: 4971430.
HSL color Cylindrical-coordinate representation of color #A6DB4B: hue angle of 82.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6DB4B is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 75 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.14 |
| HSL | 82.08º | 0.67% | 0.58% | - |
| HSV(B) | 82.08º | 0.66% | 0.86% | - |
| XYZ | 42.33 | 59.28 | 15.87 | - |
| YUV | 186.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 75 | 0.24 | 0 | 0.66 | 0.14 | 82.08 | 0.67 | 0.58 |
| Hex | A6 | DB | 4B | 18 | 0 | 42 | E | 52 | 43 | 3A |
| Octal | 246 | 333 | 113 | 30 | 0 | 102 | 16 | 122 | 103 | 72 |
| Binary | 10100110 | 11011011 | 1001011 | 11000 | 0 | 1000010 | 1110 | 1010010 | 1000011 | 111010 |
Color Harmonies of #A6DB4B
Complementary color
Monochromatic Colors of #A6DB4B
Black with #A6DB4B
Text Example
Text Example
White with #A6DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB4B; }
p { color: rgb(166,219,75); }
H1.HeaderClassName
{
color: #A6DB4B;
}
.AnyTagClassName
{
color: #A6DB4B;
}
</style>
background-color css
<style>
a { background-color: #A6DB4B; }
a { background-color: rgb(166,219,75); }
div.DivClassName
{
background-color: #A6DB4B;
}
.BgClassName
{
background-color: #A6DB4B;
}
</style>
border-color css
<style>
span { border-color: #A6DB4B; }
span { border-color: rgb(166,219,75); }
td.TdClassName
{
border-color: #A6DB4B;
}
.TagClassName
{
border-color: #A6DB4B;
}
</style>