Shades of Conifer #A0DB65
Tints of Conifer #A0DB65
RGB
CMYK
RGB Variations
Color information
#A0DB65 (or 0xA0DB65) is known color: Conifer. HEX triplet: A0, DB and 65. RGB value is (160,219,101). Sum of RGB (Red+Green+Blue) = 160+219+101=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB65 is #5F249A. Grayscale: #BCBCBC. Windows color (decimal): -6235291 or 6675360. OLE color: 6675360.
HSL color Cylindrical-coordinate representation of color #A0DB65: hue angle of 90º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0DB65 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 101 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.14 |
| HSL | 90º | 0.62% | 0.63% | - |
| HSV(B) | 90º | 0.54% | 0.86% | - |
| XYZ | 42.18 | 59.08 | 21.49 | - |
| YUV | 187.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 101 | 0.27 | 0 | 0.54 | 0.14 | 90 | 0.62 | 0.63 |
| Hex | A0 | DB | 65 | 1B | 0 | 36 | E | 5A | 3E | 3F |
| Octal | 240 | 333 | 145 | 33 | 0 | 66 | 16 | 132 | 76 | 77 |
| Binary | 10100000 | 11011011 | 1100101 | 11011 | 0 | 110110 | 1110 | 1011010 | 111110 | 111111 |
Color Harmonies of #A0DB65
Complementary color
Monochromatic Colors of #A0DB65
Black with #A0DB65
Text Example
Text Example
White with #A0DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB65; }
p { color: rgb(160,219,101); }
H1.HeaderClassName
{
color: #A0DB65;
}
.AnyTagClassName
{
color: #A0DB65;
}
</style>
background-color css
<style>
a { background-color: #A0DB65; }
a { background-color: rgb(160,219,101); }
div.DivClassName
{
background-color: #A0DB65;
}
.BgClassName
{
background-color: #A0DB65;
}
</style>
border-color css
<style>
span { border-color: #A0DB65; }
span { border-color: rgb(160,219,101); }
td.TdClassName
{
border-color: #A0DB65;
}
.TagClassName
{
border-color: #A0DB65;
}
</style>