Shades of Malachite #0ADE3E
Tints of Malachite #0ADE3E
RGB
CMYK
RGB Variations
Color information
#0ADE3E (or 0x0ADE3E) is known color: Malachite. HEX triplet: 0A, DE and 3E. RGB value is (10,222,62). Sum of RGB (Red+Green+Blue) = 10+222+62=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 222 (87.11% from 255 or 75.51% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 222 - color contains mainly: green. Hex color #0ADE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ADE3E is #F521C1. Grayscale: #8C8C8C. Windows color (decimal): -16064962 or 4120074. OLE color: 4120074.
HSL color Cylindrical-coordinate representation of color #0ADE3E: hue angle of 134.72º 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 #0ADE3E is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 222 | 62 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.13 |
| HSL | 134.72º | 0.91% | 0.45% | - |
| HSV(B) | 134.72º | 0.95% | 0.87% | - |
| XYZ | 27.12 | 52.65 | 13.29 | - |
| YUV | 140.37 | 83.76 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 222 | 62 | 0.95 | 0 | 0.72 | 0.13 | 134.72 | 0.91 | 0.45 |
| Hex | A | DE | 3E | 5F | 0 | 48 | D | 87 | 5B | 2D |
| Octal | 12 | 336 | 76 | 137 | 0 | 110 | 15 | 207 | 133 | 55 |
| Binary | 1010 | 11011110 | 111110 | 1011111 | 0 | 1001000 | 1101 | 10000111 | 1011011 | 101101 |
Color Harmonies of #0ADE3E
Complementary color
Monochromatic Colors of #0ADE3E
Black with #0ADE3E
Text Example
Text Example
White with #0ADE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADE3E; }
p { color: rgb(10,222,62); }
H1.HeaderClassName
{
color: #0ADE3E;
}
.AnyTagClassName
{
color: #0ADE3E;
}
</style>
background-color css
<style>
a { background-color: #0ADE3E; }
a { background-color: rgb(10,222,62); }
div.DivClassName
{
background-color: #0ADE3E;
}
.BgClassName
{
background-color: #0ADE3E;
}
</style>
border-color css
<style>
span { border-color: #0ADE3E; }
span { border-color: rgb(10,222,62); }
td.TdClassName
{
border-color: #0ADE3E;
}
.TagClassName
{
border-color: #0ADE3E;
}
</style>