Shades of Conifer #A6DC57
Tints of Conifer #A6DC57
RGB
CMYK
RGB Variations
Color information
#A6DC57 (or 0xA6DC57) is known color: Conifer. HEX triplet: A6, DC and 57. RGB value is (166,220,87). Sum of RGB (Red+Green+Blue) = 166+220+87=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC57 is #5923A8. Grayscale: #BDBDBD. Windows color (decimal): -5841833 or 5758118. OLE color: 5758118.
HSL color Cylindrical-coordinate representation of color #A6DC57: hue angle of 84.36º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6DC57 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 87 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.14 |
| HSL | 84.36º | 0.66% | 0.6% | - |
| HSV(B) | 84.36º | 0.6% | 0.86% | - |
| XYZ | 43.04 | 59.98 | 18.33 | - |
| YUV | 188.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 87 | 0.25 | 0 | 0.60 | 0.14 | 84.36 | 0.66 | 0.6 |
| Hex | A6 | DC | 57 | 19 | 0 | 3C | E | 54 | 42 | 3C |
| Octal | 246 | 334 | 127 | 31 | 0 | 74 | 16 | 124 | 102 | 74 |
| Binary | 10100110 | 11011100 | 1010111 | 11001 | 0 | 111100 | 1110 | 1010100 | 1000010 | 111100 |
Color Harmonies of #A6DC57
Complementary color
Monochromatic Colors of #A6DC57
Black with #A6DC57
Text Example
Text Example
White with #A6DC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC57; }
p { color: rgb(166,220,87); }
H1.HeaderClassName
{
color: #A6DC57;
}
.AnyTagClassName
{
color: #A6DC57;
}
</style>
background-color css
<style>
a { background-color: #A6DC57; }
a { background-color: rgb(166,220,87); }
div.DivClassName
{
background-color: #A6DC57;
}
.BgClassName
{
background-color: #A6DC57;
}
</style>
border-color css
<style>
span { border-color: #A6DC57; }
span { border-color: rgb(166,220,87); }
td.TdClassName
{
border-color: #A6DC57;
}
.TagClassName
{
border-color: #A6DC57;
}
</style>