Shades of Malachite #0ADB41
Tints of Malachite #0ADB41
RGB
CMYK
RGB Variations
Color information
#0ADB41 (or 0x0ADB41) is known color: Malachite. HEX triplet: 0A, DB and 41. RGB value is (10,219,65). Sum of RGB (Red+Green+Blue) = 10+219+65=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 219 (85.94% from 255 or 74.49% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 219 - color contains mainly: green. Hex color #0ADB41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADB41 is #F524BE. Grayscale: #8B8B8B. Windows color (decimal): -16065727 or 4315914. OLE color: 4315914.
HSL color Cylindrical-coordinate representation of color #0ADB41: hue angle of 135.79º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADB41 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 10 | 219 | 65 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.14 |
| HSL | 135.79º | 0.91% | 0.45% | - |
| HSV(B) | 135.79º | 0.95% | 0.86% | - |
| XYZ | 26.41 | 51.11 | 13.47 | - |
| YUV | 138.95 | 86.26 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 219 | 65 | 0.95 | 0 | 0.70 | 0.14 | 135.79 | 0.91 | 0.45 |
| Hex | A | DB | 41 | 5F | 0 | 46 | E | 88 | 5B | 2D |
| Octal | 12 | 333 | 101 | 137 | 0 | 106 | 16 | 210 | 133 | 55 |
| Binary | 1010 | 11011011 | 1000001 | 1011111 | 0 | 1000110 | 1110 | 10001000 | 1011011 | 101101 |
Color Harmonies of #0ADB41
Complementary color
Monochromatic Colors of #0ADB41
Black with #0ADB41
Text Example
Text Example
White with #0ADB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADB41; }
p { color: rgb(10,219,65); }
H1.HeaderClassName
{
color: #0ADB41;
}
.AnyTagClassName
{
color: #0ADB41;
}
</style>
background-color css
<style>
a { background-color: #0ADB41; }
a { background-color: rgb(10,219,65); }
div.DivClassName
{
background-color: #0ADB41;
}
.BgClassName
{
background-color: #0ADB41;
}
</style>
border-color css
<style>
span { border-color: #0ADB41; }
span { border-color: rgb(10,219,65); }
td.TdClassName
{
border-color: #0ADB41;
}
.TagClassName
{
border-color: #0ADB41;
}
</style>