Shades of Conifer #A0DA63
Tints of Conifer #A0DA63
RGB
CMYK
RGB Variations
Color information
#A0DA63 (or 0xA0DA63) is known color: Conifer. HEX triplet: A0, DA and 63. RGB value is (160,218,99). Sum of RGB (Red+Green+Blue) = 160+218+99=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DA63 is #5F259C. Grayscale: #BBBBBB. Windows color (decimal): -6235549 or 6544032. OLE color: 6544032.
HSL color Cylindrical-coordinate representation of color #A0DA63: hue angle of 89.24º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0DA63 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 218 | 99 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.15 |
| HSL | 89.24º | 0.62% | 0.62% | - |
| HSV(B) | 89.24º | 0.55% | 0.85% | - |
| XYZ | 41.82 | 58.52 | 20.9 | - |
| YUV | 187.09 | 78.28 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 99 | 0.27 | 0 | 0.55 | 0.15 | 89.24 | 0.62 | 0.62 |
| Hex | A0 | DA | 63 | 1B | 0 | 37 | F | 59 | 3E | 3E |
| Octal | 240 | 332 | 143 | 33 | 0 | 67 | 17 | 131 | 76 | 76 |
| Binary | 10100000 | 11011010 | 1100011 | 11011 | 0 | 110111 | 1111 | 1011001 | 111110 | 111110 |
Color Harmonies of #A0DA63
Complementary color
Monochromatic Colors of #A0DA63
Black with #A0DA63
Text Example
Text Example
White with #A0DA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DA63; }
p { color: rgb(160,218,99); }
H1.HeaderClassName
{
color: #A0DA63;
}
.AnyTagClassName
{
color: #A0DA63;
}
</style>
background-color css
<style>
a { background-color: #A0DA63; }
a { background-color: rgb(160,218,99); }
div.DivClassName
{
background-color: #A0DA63;
}
.BgClassName
{
background-color: #A0DA63;
}
</style>
border-color css
<style>
span { border-color: #A0DA63; }
span { border-color: rgb(160,218,99); }
td.TdClassName
{
border-color: #A0DA63;
}
.TagClassName
{
border-color: #A0DA63;
}
</style>