Shades of Conifer #A0DB59
Tints of Conifer #A0DB59
RGB
CMYK
RGB Variations
Color information
#A0DB59 (or 0xA0DB59) is known color: Conifer. HEX triplet: A0, DB and 59. RGB value is (160,219,89). Sum of RGB (Red+Green+Blue) = 160+219+89=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB59 is #5F24A6. Grayscale: #BABABA. Windows color (decimal): -6235303 or 5888928. OLE color: 5888928.
HSL color Cylindrical-coordinate representation of color #A0DB59: hue angle of 87.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0DB59 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 89 | - |
| CMYK | 0.27 | 0 | 0.59 | 0.14 |
| HSL | 87.23º | 0.64% | 0.6% | - |
| HSV(B) | 87.23º | 0.59% | 0.86% | - |
| XYZ | 41.63 | 58.86 | 18.62 | - |
| YUV | 186.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 89 | 0.27 | 0 | 0.59 | 0.14 | 87.23 | 0.64 | 0.6 |
| Hex | A0 | DB | 59 | 1B | 0 | 3B | E | 57 | 40 | 3C |
| Octal | 240 | 333 | 131 | 33 | 0 | 73 | 16 | 127 | 100 | 74 |
| Binary | 10100000 | 11011011 | 1011001 | 11011 | 0 | 111011 | 1110 | 1010111 | 1000000 | 111100 |
Color Harmonies of #A0DB59
Complementary color
Monochromatic Colors of #A0DB59
Black with #A0DB59
Text Example
Text Example
White with #A0DB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB59; }
p { color: rgb(160,219,89); }
H1.HeaderClassName
{
color: #A0DB59;
}
.AnyTagClassName
{
color: #A0DB59;
}
</style>
background-color css
<style>
a { background-color: #A0DB59; }
a { background-color: rgb(160,219,89); }
div.DivClassName
{
background-color: #A0DB59;
}
.BgClassName
{
background-color: #A0DB59;
}
</style>
border-color css
<style>
span { border-color: #A0DB59; }
span { border-color: rgb(160,219,89); }
td.TdClassName
{
border-color: #A0DB59;
}
.TagClassName
{
border-color: #A0DB59;
}
</style>