Shades of Conifer #A0DB50
Tints of Conifer #A0DB50
RGB
CMYK
RGB Variations
Color information
#A0DB50 (or 0xA0DB50) is known color: Conifer. HEX triplet: A0, DB and 50. RGB value is (160,219,80). Sum of RGB (Red+Green+Blue) = 160+219+80=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB50 is #5F24AF. Grayscale: #BABABA. Windows color (decimal): -6235312 or 5299104. OLE color: 5299104.
HSL color Cylindrical-coordinate representation of color #A0DB50: hue angle of 85.47º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0DB50 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 80 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.14 |
| HSL | 85.47º | 0.66% | 0.59% | - |
| HSV(B) | 85.47º | 0.63% | 0.86% | - |
| XYZ | 41.28 | 58.72 | 16.75 | - |
| YUV | 185.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 80 | 0.27 | 0 | 0.63 | 0.14 | 85.47 | 0.66 | 0.59 |
| Hex | A0 | DB | 50 | 1B | 0 | 3F | E | 55 | 42 | 3B |
| Octal | 240 | 333 | 120 | 33 | 0 | 77 | 16 | 125 | 102 | 73 |
| Binary | 10100000 | 11011011 | 1010000 | 11011 | 0 | 111111 | 1110 | 1010101 | 1000010 | 111011 |
Color Harmonies of #A0DB50
Complementary color
Monochromatic Colors of #A0DB50
Black with #A0DB50
Text Example
Text Example
White with #A0DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB50; }
p { color: rgb(160,219,80); }
H1.HeaderClassName
{
color: #A0DB50;
}
.AnyTagClassName
{
color: #A0DB50;
}
</style>
background-color css
<style>
a { background-color: #A0DB50; }
a { background-color: rgb(160,219,80); }
div.DivClassName
{
background-color: #A0DB50;
}
.BgClassName
{
background-color: #A0DB50;
}
</style>
border-color css
<style>
span { border-color: #A0DB50; }
span { border-color: rgb(160,219,80); }
td.TdClassName
{
border-color: #A0DB50;
}
.TagClassName
{
border-color: #A0DB50;
}
</style>