Shades of Malachite #0ADA41
Tints of Malachite #0ADA41
RGB
CMYK
RGB Variations
Color information
#0ADA41 (or 0x0ADA41) is known color: Malachite. HEX triplet: 0A, DA and 41. RGB value is (10,218,65). Sum of RGB (Red+Green+Blue) = 10+218+65=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 218 (85.55% from 255 or 74.40% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 218 - color contains mainly: green. Hex color #0ADA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADA41 is #F525BE. Grayscale: #8A8A8A. Windows color (decimal): -16065983 or 4315658. OLE color: 4315658.
HSL color Cylindrical-coordinate representation of color #0ADA41: hue angle of 135.87º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADA41 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 10 | 218 | 65 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.15 |
| HSL | 135.87º | 0.91% | 0.45% | - |
| HSV(B) | 135.87º | 0.95% | 0.85% | - |
| XYZ | 26.15 | 50.59 | 13.39 | - |
| YUV | 138.37 | 86.59 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 65 | 0.95 | 0 | 0.70 | 0.15 | 135.87 | 0.91 | 0.45 |
| Hex | A | DA | 41 | 5F | 0 | 46 | F | 88 | 5B | 2D |
| Octal | 12 | 332 | 101 | 137 | 0 | 106 | 17 | 210 | 133 | 55 |
| Binary | 1010 | 11011010 | 1000001 | 1011111 | 0 | 1000110 | 1111 | 10001000 | 1011011 | 101101 |
Color Harmonies of #0ADA41
Complementary color
Monochromatic Colors of #0ADA41
Black with #0ADA41
Text Example
Text Example
White with #0ADA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADA41; }
p { color: rgb(10,218,65); }
H1.HeaderClassName
{
color: #0ADA41;
}
.AnyTagClassName
{
color: #0ADA41;
}
</style>
background-color css
<style>
a { background-color: #0ADA41; }
a { background-color: rgb(10,218,65); }
div.DivClassName
{
background-color: #0ADA41;
}
.BgClassName
{
background-color: #0ADA41;
}
</style>
border-color css
<style>
span { border-color: #0ADA41; }
span { border-color: rgb(10,218,65); }
td.TdClassName
{
border-color: #0ADA41;
}
.TagClassName
{
border-color: #0ADA41;
}
</style>