Shades of Conifer #A6DB48
Tints of Conifer #A6DB48
RGB
CMYK
RGB Variations
Color information
#A6DB48 (or 0xA6DB48) is known color: Conifer. HEX triplet: A6, DB and 48. RGB value is (166,219,72). Sum of RGB (Red+Green+Blue) = 166+219+72=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB48 is #5924B7. Grayscale: #BABABA. Windows color (decimal): -5842104 or 4774822. OLE color: 4774822.
HSL color Cylindrical-coordinate representation of color #A6DB48: hue angle of 81.63º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6DB48 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 72 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.14 |
| HSL | 81.63º | 0.67% | 0.57% | - |
| HSV(B) | 81.63º | 0.67% | 0.86% | - |
| XYZ | 42.23 | 59.24 | 15.34 | - |
| YUV | 186.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 72 | 0.24 | 0 | 0.67 | 0.14 | 81.63 | 0.67 | 0.57 |
| Hex | A6 | DB | 48 | 18 | 0 | 43 | E | 52 | 43 | 39 |
| Octal | 246 | 333 | 110 | 30 | 0 | 103 | 16 | 122 | 103 | 71 |
| Binary | 10100110 | 11011011 | 1001000 | 11000 | 0 | 1000011 | 1110 | 1010010 | 1000011 | 111001 |
Color Harmonies of #A6DB48
Complementary color
Monochromatic Colors of #A6DB48
Black with #A6DB48
Text Example
Text Example
White with #A6DB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB48; }
p { color: rgb(166,219,72); }
H1.HeaderClassName
{
color: #A6DB48;
}
.AnyTagClassName
{
color: #A6DB48;
}
</style>
background-color css
<style>
a { background-color: #A6DB48; }
a { background-color: rgb(166,219,72); }
div.DivClassName
{
background-color: #A6DB48;
}
.BgClassName
{
background-color: #A6DB48;
}
</style>
border-color css
<style>
span { border-color: #A6DB48; }
span { border-color: rgb(166,219,72); }
td.TdClassName
{
border-color: #A6DB48;
}
.TagClassName
{
border-color: #A6DB48;
}
</style>