Shades of Conifer #A6DA6A
Tints of Conifer #A6DA6A
RGB
CMYK
RGB Variations
Color information
#A6DA6A (or 0xA6DA6A) is known color: Conifer. HEX triplet: A6, DA and 6A. RGB value is (166,218,106). Sum of RGB (Red+Green+Blue) = 166+218+106=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA6A is #592595. Grayscale: #BEBEBE. Windows color (decimal): -5842326 or 7002790. OLE color: 7002790.
HSL color Cylindrical-coordinate representation of color #A6DA6A: hue angle of 87.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6DA6A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 106 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.15 |
| HSL | 87.86º | 0.6% | 0.64% | - |
| HSV(B) | 87.86º | 0.51% | 0.85% | - |
| XYZ | 43.4 | 59.29 | 22.79 | - |
| YUV | 189.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 106 | 0.24 | 0 | 0.51 | 0.15 | 87.86 | 0.6 | 0.64 |
| Hex | A6 | DA | 6A | 18 | 0 | 33 | F | 58 | 3C | 40 |
| Octal | 246 | 332 | 152 | 30 | 0 | 63 | 17 | 130 | 74 | 100 |
| Binary | 10100110 | 11011010 | 1101010 | 11000 | 0 | 110011 | 1111 | 1011000 | 111100 | 1000000 |
Color Harmonies of #A6DA6A
Complementary color
Monochromatic Colors of #A6DA6A
Black with #A6DA6A
Text Example
Text Example
White with #A6DA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA6A; }
p { color: rgb(166,218,106); }
H1.HeaderClassName
{
color: #A6DA6A;
}
.AnyTagClassName
{
color: #A6DA6A;
}
</style>
background-color css
<style>
a { background-color: #A6DA6A; }
a { background-color: rgb(166,218,106); }
div.DivClassName
{
background-color: #A6DA6A;
}
.BgClassName
{
background-color: #A6DA6A;
}
</style>
border-color css
<style>
span { border-color: #A6DA6A; }
span { border-color: rgb(166,218,106); }
td.TdClassName
{
border-color: #A6DA6A;
}
.TagClassName
{
border-color: #A6DA6A;
}
</style>