Shades of Conifer #A0DA66
Tints of Conifer #A0DA66
RGB
CMYK
RGB Variations
Color information
#A0DA66 (or 0xA0DA66) is known color: Conifer. HEX triplet: A0, DA and 66. RGB value is (160,218,102). Sum of RGB (Red+Green+Blue) = 160+218+102=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA66 is #5F2599. Grayscale: #BBBBBB. Windows color (decimal): -6235546 or 6740640. OLE color: 6740640.
HSL color Cylindrical-coordinate representation of color #A0DA66: hue angle of 90º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0DA66 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 102 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.15 |
| HSL | 90º | 0.61% | 0.63% | - |
| HSV(B) | 90º | 0.53% | 0.85% | - |
| XYZ | 41.97 | 58.58 | 21.66 | - |
| YUV | 187.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 102 | 0.27 | 0 | 0.53 | 0.15 | 90 | 0.61 | 0.63 |
| Hex | A0 | DA | 66 | 1B | 0 | 35 | F | 5A | 3D | 3F |
| Octal | 240 | 332 | 146 | 33 | 0 | 65 | 17 | 132 | 75 | 77 |
| Binary | 10100000 | 11011010 | 1100110 | 11011 | 0 | 110101 | 1111 | 1011010 | 111101 | 111111 |
Color Harmonies of #A0DA66
Complementary color
Monochromatic Colors of #A0DA66
Black with #A0DA66
Text Example
Text Example
White with #A0DA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA66; }
p { color: rgb(160,218,102); }
H1.HeaderClassName
{
color: #A0DA66;
}
.AnyTagClassName
{
color: #A0DA66;
}
</style>
background-color css
<style>
a { background-color: #A0DA66; }
a { background-color: rgb(160,218,102); }
div.DivClassName
{
background-color: #A0DA66;
}
.BgClassName
{
background-color: #A0DA66;
}
</style>
border-color css
<style>
span { border-color: #A0DA66; }
span { border-color: rgb(160,218,102); }
td.TdClassName
{
border-color: #A0DA66;
}
.TagClassName
{
border-color: #A0DA66;
}
</style>