Shades of Conifer #A6DC48
Tints of Conifer #A6DC48
RGB
CMYK
RGB Variations
Color information
#A6DC48 (or 0xA6DC48) is known color: Conifer. HEX triplet: A6, DC and 48. RGB value is (166,220,72). Sum of RGB (Red+Green+Blue) = 166+220+72=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC48 is #5923B7. Grayscale: #BBBBBB. Windows color (decimal): -5841848 or 4775078. OLE color: 4775078.
HSL color Cylindrical-coordinate representation of color #A6DC48: hue angle of 81.89º degrees, saturation: 0.68, 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 #A6DC48 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 72 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.14 |
| HSL | 81.89º | 0.68% | 0.57% | - |
| HSV(B) | 81.89º | 0.67% | 0.86% | - |
| XYZ | 42.49 | 59.76 | 15.43 | - |
| YUV | 186.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 72 | 0.25 | 0 | 0.67 | 0.14 | 81.89 | 0.68 | 0.57 |
| Hex | A6 | DC | 48 | 19 | 0 | 43 | E | 52 | 44 | 39 |
| Octal | 246 | 334 | 110 | 31 | 0 | 103 | 16 | 122 | 104 | 71 |
| Binary | 10100110 | 11011100 | 1001000 | 11001 | 0 | 1000011 | 1110 | 1010010 | 1000100 | 111001 |
Color Harmonies of #A6DC48
Complementary color
Monochromatic Colors of #A6DC48
Black with #A6DC48
Text Example
Text Example
White with #A6DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC48; }
p { color: rgb(166,220,72); }
H1.HeaderClassName
{
color: #A6DC48;
}
.AnyTagClassName
{
color: #A6DC48;
}
</style>
background-color css
<style>
a { background-color: #A6DC48; }
a { background-color: rgb(166,220,72); }
div.DivClassName
{
background-color: #A6DC48;
}
.BgClassName
{
background-color: #A6DC48;
}
</style>
border-color css
<style>
span { border-color: #A6DC48; }
span { border-color: rgb(166,220,72); }
td.TdClassName
{
border-color: #A6DC48;
}
.TagClassName
{
border-color: #A6DC48;
}
</style>