Shades of Conifer #A6DA55
Tints of Conifer #A6DA55
RGB
CMYK
RGB Variations
Color information
#A6DA55 (or 0xA6DA55) is known color: Conifer. HEX triplet: A6, DA and 55. RGB value is (166,218,85). Sum of RGB (Red+Green+Blue) = 166+218+85=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA55 is #5925AA. Grayscale: #BBBBBB. Windows color (decimal): -5842347 or 5626534. OLE color: 5626534.
HSL color Cylindrical-coordinate representation of color #A6DA55: hue angle of 83.46º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6DA55 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 85 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.15 |
| HSL | 83.46º | 0.64% | 0.59% | - |
| HSV(B) | 83.46º | 0.61% | 0.85% | - |
| XYZ | 42.44 | 58.91 | 17.73 | - |
| YUV | 187.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 85 | 0.24 | 0 | 0.61 | 0.15 | 83.46 | 0.64 | 0.59 |
| Hex | A6 | DA | 55 | 18 | 0 | 3D | F | 53 | 40 | 3B |
| Octal | 246 | 332 | 125 | 30 | 0 | 75 | 17 | 123 | 100 | 73 |
| Binary | 10100110 | 11011010 | 1010101 | 11000 | 0 | 111101 | 1111 | 1010011 | 1000000 | 111011 |
Color Harmonies of #A6DA55
Complementary color
Monochromatic Colors of #A6DA55
Black with #A6DA55
Text Example
Text Example
White with #A6DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA55; }
p { color: rgb(166,218,85); }
H1.HeaderClassName
{
color: #A6DA55;
}
.AnyTagClassName
{
color: #A6DA55;
}
</style>
background-color css
<style>
a { background-color: #A6DA55; }
a { background-color: rgb(166,218,85); }
div.DivClassName
{
background-color: #A6DA55;
}
.BgClassName
{
background-color: #A6DA55;
}
</style>
border-color css
<style>
span { border-color: #A6DA55; }
span { border-color: rgb(166,218,85); }
td.TdClassName
{
border-color: #A6DA55;
}
.TagClassName
{
border-color: #A6DA55;
}
</style>