Shades of Conifer #A6DC4A
Tints of Conifer #A6DC4A
RGB
CMYK
RGB Variations
Color information
#A6DC4A (or 0xA6DC4A) is known color: Conifer. HEX triplet: A6, DC and 4A. RGB value is (166,220,74). Sum of RGB (Red+Green+Blue) = 166+220+74=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC4A is #5923B5. Grayscale: #BBBBBB. Windows color (decimal): -5841846 or 4906150. OLE color: 4906150.
HSL color Cylindrical-coordinate representation of color #A6DC4A: hue angle of 82.19º degrees, saturation: 0.68, 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 #A6DC4A is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 74 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.14 |
| HSL | 82.19º | 0.68% | 0.58% | - |
| HSV(B) | 82.19º | 0.66% | 0.86% | - |
| XYZ | 42.56 | 59.79 | 15.78 | - |
| YUV | 187.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 74 | 0.25 | 0 | 0.66 | 0.14 | 82.19 | 0.68 | 0.58 |
| Hex | A6 | DC | 4A | 19 | 0 | 42 | E | 52 | 44 | 3A |
| Octal | 246 | 334 | 112 | 31 | 0 | 102 | 16 | 122 | 104 | 72 |
| Binary | 10100110 | 11011100 | 1001010 | 11001 | 0 | 1000010 | 1110 | 1010010 | 1000100 | 111010 |
Color Harmonies of #A6DC4A
Complementary color
Monochromatic Colors of #A6DC4A
Black with #A6DC4A
Text Example
Text Example
White with #A6DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC4A; }
p { color: rgb(166,220,74); }
H1.HeaderClassName
{
color: #A6DC4A;
}
.AnyTagClassName
{
color: #A6DC4A;
}
</style>
background-color css
<style>
a { background-color: #A6DC4A; }
a { background-color: rgb(166,220,74); }
div.DivClassName
{
background-color: #A6DC4A;
}
.BgClassName
{
background-color: #A6DC4A;
}
</style>
border-color css
<style>
span { border-color: #A6DC4A; }
span { border-color: rgb(166,220,74); }
td.TdClassName
{
border-color: #A6DC4A;
}
.TagClassName
{
border-color: #A6DC4A;
}
</style>