Shades of Malachite #0AD43E
Tints of Malachite #0AD43E
RGB
CMYK
RGB Variations
Color information
#0AD43E (or 0x0AD43E) is known color: Malachite. HEX triplet: 0A, D4 and 3E. RGB value is (10,212,62). Sum of RGB (Red+Green+Blue) = 10+212+62=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 212 (83.20% from 255 or 74.65% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 212 - color contains mainly: green. Hex color #0AD43E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD43E is #F52BC1. Grayscale: #868686. Windows color (decimal): -16067522 or 4117514. OLE color: 4117514.
HSL color Cylindrical-coordinate representation of color #0AD43E: hue angle of 135.45º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD43E is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 10 | 212 | 62 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.17 |
| HSL | 135.45º | 0.91% | 0.44% | - |
| HSV(B) | 135.45º | 0.95% | 0.83% | - |
| XYZ | 24.54 | 47.5 | 12.43 | - |
| YUV | 134.5 | 87.08 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 212 | 62 | 0.95 | 0 | 0.71 | 0.17 | 135.45 | 0.91 | 0.44 |
| Hex | A | D4 | 3E | 5F | 0 | 47 | 11 | 87 | 5B | 2C |
| Octal | 12 | 324 | 76 | 137 | 0 | 107 | 21 | 207 | 133 | 54 |
| Binary | 1010 | 11010100 | 111110 | 1011111 | 0 | 1000111 | 10001 | 10000111 | 1011011 | 101100 |
Color Harmonies of #0AD43E
Complementary color
Monochromatic Colors of #0AD43E
Black with #0AD43E
Text Example
Text Example
White with #0AD43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD43E; }
p { color: rgb(10,212,62); }
H1.HeaderClassName
{
color: #0AD43E;
}
.AnyTagClassName
{
color: #0AD43E;
}
</style>
background-color css
<style>
a { background-color: #0AD43E; }
a { background-color: rgb(10,212,62); }
div.DivClassName
{
background-color: #0AD43E;
}
.BgClassName
{
background-color: #0AD43E;
}
</style>
border-color css
<style>
span { border-color: #0AD43E; }
span { border-color: rgb(10,212,62); }
td.TdClassName
{
border-color: #0AD43E;
}
.TagClassName
{
border-color: #0AD43E;
}
</style>