Shades of Malachite #0ADE42
Tints of Malachite #0ADE42
RGB
CMYK
RGB Variations
Color information
#0ADE42 (or 0x0ADE42) is known color: Malachite. HEX triplet: 0A, DE and 42. RGB value is (10,222,66). Sum of RGB (Red+Green+Blue) = 10+222+66=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 222 (87.11% from 255 or 74.50% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE42 is #F521BD. Grayscale: #8D8D8D. Windows color (decimal): -16064958 or 4382218. OLE color: 4382218.
HSL color Cylindrical-coordinate representation of color #0ADE42: hue angle of 135.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ADE42 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 66 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.13 |
| HSL | 135.85º | 0.91% | 0.45% | - |
| HSV(B) | 135.85º | 0.95% | 0.87% | - |
| XYZ | 27.23 | 52.7 | 13.89 | - |
| YUV | 140.83 | 85.76 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 66 | 0.95 | 0 | 0.70 | 0.13 | 135.85 | 0.91 | 0.45 |
| Hex | A | DE | 42 | 5F | 0 | 46 | D | 88 | 5B | 2D |
| Octal | 12 | 336 | 102 | 137 | 0 | 106 | 15 | 210 | 133 | 55 |
| Binary | 1010 | 11011110 | 1000010 | 1011111 | 0 | 1000110 | 1101 | 10001000 | 1011011 | 101101 |
Color Harmonies of #0ADE42
Complementary color
Monochromatic Colors of #0ADE42
Black with #0ADE42
Text Example
Text Example
White with #0ADE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE42; }
p { color: rgb(10,222,66); }
H1.HeaderClassName
{
color: #0ADE42;
}
.AnyTagClassName
{
color: #0ADE42;
}
</style>
background-color css
<style>
a { background-color: #0ADE42; }
a { background-color: rgb(10,222,66); }
div.DivClassName
{
background-color: #0ADE42;
}
.BgClassName
{
background-color: #0ADE42;
}
</style>
border-color css
<style>
span { border-color: #0ADE42; }
span { border-color: rgb(10,222,66); }
td.TdClassName
{
border-color: #0ADE42;
}
.TagClassName
{
border-color: #0ADE42;
}
</style>