Shades of Malachite #0AEC3E
Tints of Malachite #0AEC3E
RGB
CMYK
RGB Variations
Color information
#0AEC3E (or 0x0AEC3E) is known color: Malachite. HEX triplet: 0A, EC and 3E. RGB value is (10,236,62). Sum of RGB (Red+Green+Blue) = 10+236+62=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEC3E is #F513C1. Grayscale: #959595. Windows color (decimal): -16061378 or 4123658. OLE color: 4123658.
HSL color Cylindrical-coordinate representation of color #0AEC3E: hue angle of 133.81º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEC3E is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 62 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.07 |
| HSL | 133.81º | 0.92% | 0.48% | - |
| HSV(B) | 133.81º | 0.96% | 0.93% | - |
| XYZ | 30.99 | 60.4 | 14.58 | - |
| YUV | 148.59 | 79.13 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 62 | 0.96 | 0 | 0.74 | 0.07 | 133.81 | 0.92 | 0.48 |
| Hex | A | EC | 3E | 60 | 0 | 4A | 7 | 86 | 5C | 30 |
| Octal | 12 | 354 | 76 | 140 | 0 | 112 | 7 | 206 | 134 | 60 |
| Binary | 1010 | 11101100 | 111110 | 1100000 | 0 | 1001010 | 111 | 10000110 | 1011100 | 110000 |
Color Harmonies of #0AEC3E
Complementary color
Monochromatic Colors of #0AEC3E
Black with #0AEC3E
Text Example
Text Example
White with #0AEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC3E; }
p { color: rgb(10,236,62); }
H1.HeaderClassName
{
color: #0AEC3E;
}
.AnyTagClassName
{
color: #0AEC3E;
}
</style>
background-color css
<style>
a { background-color: #0AEC3E; }
a { background-color: rgb(10,236,62); }
div.DivClassName
{
background-color: #0AEC3E;
}
.BgClassName
{
background-color: #0AEC3E;
}
</style>
border-color css
<style>
span { border-color: #0AEC3E; }
span { border-color: rgb(10,236,62); }
td.TdClassName
{
border-color: #0AEC3E;
}
.TagClassName
{
border-color: #0AEC3E;
}
</style>