Shades of Conifer #A6DC50
Tints of Conifer #A6DC50
RGB
CMYK
RGB Variations
Color information
#A6DC50 (or 0xA6DC50) is known color: Conifer. HEX triplet: A6, DC and 50. RGB value is (166,220,80). Sum of RGB (Red+Green+Blue) = 166+220+80=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC50 is #5923AF. Grayscale: #BCBCBC. Windows color (decimal): -5841840 or 5299366. OLE color: 5299366.
HSL color Cylindrical-coordinate representation of color #A6DC50: hue angle of 83.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A6DC50 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 80 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.14 |
| HSL | 83.14º | 0.67% | 0.59% | - |
| HSV(B) | 83.14º | 0.64% | 0.86% | - |
| XYZ | 42.77 | 59.87 | 16.89 | - |
| YUV | 187.89 | 67.11 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 80 | 0.25 | 0 | 0.64 | 0.14 | 83.14 | 0.67 | 0.59 |
| Hex | A6 | DC | 50 | 19 | 0 | 40 | E | 53 | 43 | 3B |
| Octal | 246 | 334 | 120 | 31 | 0 | 100 | 16 | 123 | 103 | 73 |
| Binary | 10100110 | 11011100 | 1010000 | 11001 | 0 | 1000000 | 1110 | 1010011 | 1000011 | 111011 |
Color Harmonies of #A6DC50
Complementary color
Monochromatic Colors of #A6DC50
Black with #A6DC50
Text Example
Text Example
White with #A6DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DC50; }
p { color: rgb(166,220,80); }
H1.HeaderClassName
{
color: #A6DC50;
}
.AnyTagClassName
{
color: #A6DC50;
}
</style>
background-color css
<style>
a { background-color: #A6DC50; }
a { background-color: rgb(166,220,80); }
div.DivClassName
{
background-color: #A6DC50;
}
.BgClassName
{
background-color: #A6DC50;
}
</style>
border-color css
<style>
span { border-color: #A6DC50; }
span { border-color: rgb(166,220,80); }
td.TdClassName
{
border-color: #A6DC50;
}
.TagClassName
{
border-color: #A6DC50;
}
</style>