Shades of Conifer #A6DC53
Tints of Conifer #A6DC53
RGB
CMYK
RGB Variations
Color information
#A6DC53 (or 0xA6DC53) is known color: Conifer. HEX triplet: A6, DC and 53. RGB value is (166,220,83). Sum of RGB (Red+Green+Blue) = 166+220+83=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC53 is #5923AC. Grayscale: #BCBCBC. Windows color (decimal): -5841837 or 5495974. OLE color: 5495974.
HSL color Cylindrical-coordinate representation of color #A6DC53: hue angle of 83.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6DC53 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 83 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.14 |
| HSL | 83.65º | 0.66% | 0.59% | - |
| HSV(B) | 83.65º | 0.62% | 0.86% | - |
| XYZ | 42.88 | 59.92 | 17.49 | - |
| YUV | 188.24 | 68.61 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 83 | 0.25 | 0 | 0.62 | 0.14 | 83.65 | 0.66 | 0.59 |
| Hex | A6 | DC | 53 | 19 | 0 | 3E | E | 54 | 42 | 3B |
| Octal | 246 | 334 | 123 | 31 | 0 | 76 | 16 | 124 | 102 | 73 |
| Binary | 10100110 | 11011100 | 1010011 | 11001 | 0 | 111110 | 1110 | 1010100 | 1000010 | 111011 |
Color Harmonies of #A6DC53
Complementary color
Monochromatic Colors of #A6DC53
Black with #A6DC53
Text Example
Text Example
White with #A6DC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC53; }
p { color: rgb(166,220,83); }
H1.HeaderClassName
{
color: #A6DC53;
}
.AnyTagClassName
{
color: #A6DC53;
}
</style>
background-color css
<style>
a { background-color: #A6DC53; }
a { background-color: rgb(166,220,83); }
div.DivClassName
{
background-color: #A6DC53;
}
.BgClassName
{
background-color: #A6DC53;
}
</style>
border-color css
<style>
span { border-color: #A6DC53; }
span { border-color: rgb(166,220,83); }
td.TdClassName
{
border-color: #A6DC53;
}
.TagClassName
{
border-color: #A6DC53;
}
</style>