Shades of Conifer #A6DC54
Tints of Conifer #A6DC54
RGB
CMYK
RGB Variations
Color information
#A6DC54 (or 0xA6DC54) is known color: Conifer. HEX triplet: A6, DC and 54. RGB value is (166,220,84). Sum of RGB (Red+Green+Blue) = 166+220+84=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC54 is #5923AB. Grayscale: #BCBCBC. Windows color (decimal): -5841836 or 5561510. OLE color: 5561510.
HSL color Cylindrical-coordinate representation of color #A6DC54: hue angle of 83.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6DC54 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 84 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.14 |
| HSL | 83.82º | 0.66% | 0.6% | - |
| HSV(B) | 83.82º | 0.62% | 0.86% | - |
| XYZ | 42.92 | 59.93 | 17.69 | - |
| YUV | 188.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 84 | 0.25 | 0 | 0.62 | 0.14 | 83.82 | 0.66 | 0.6 |
| Hex | A6 | DC | 54 | 19 | 0 | 3E | E | 54 | 42 | 3C |
| Octal | 246 | 334 | 124 | 31 | 0 | 76 | 16 | 124 | 102 | 74 |
| Binary | 10100110 | 11011100 | 1010100 | 11001 | 0 | 111110 | 1110 | 1010100 | 1000010 | 111100 |
Color Harmonies of #A6DC54
Complementary color
Monochromatic Colors of #A6DC54
Black with #A6DC54
Text Example
Text Example
White with #A6DC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC54; }
p { color: rgb(166,220,84); }
H1.HeaderClassName
{
color: #A6DC54;
}
.AnyTagClassName
{
color: #A6DC54;
}
</style>
background-color css
<style>
a { background-color: #A6DC54; }
a { background-color: rgb(166,220,84); }
div.DivClassName
{
background-color: #A6DC54;
}
.BgClassName
{
background-color: #A6DC54;
}
</style>
border-color css
<style>
span { border-color: #A6DC54; }
span { border-color: rgb(166,220,84); }
td.TdClassName
{
border-color: #A6DC54;
}
.TagClassName
{
border-color: #A6DC54;
}
</style>