Shades of Malachite #0AEC4C
Tints of Malachite #0AEC4C
RGB
CMYK
RGB Variations
Color information
#0AEC4C (or 0x0AEC4C) is known color: Malachite. HEX triplet: 0A, EC and 4C. RGB value is (10,236,76). Sum of RGB (Red+Green+Blue) = 10+236+76=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #0AEC4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEC4C is #F513B3. Grayscale: #969696. Windows color (decimal): -16061364 or 5041162. OLE color: 5041162.
HSL color Cylindrical-coordinate representation of color #0AEC4C: hue angle of 137.52º 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 #0AEC4C is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 236 | 76 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.07 |
| HSL | 137.52º | 0.92% | 0.48% | - |
| HSV(B) | 137.52º | 0.96% | 0.93% | - |
| XYZ | 31.43 | 60.58 | 16.87 | - |
| YUV | 150.19 | 86.13 | 28.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 236 | 76 | 0.96 | 0 | 0.68 | 0.07 | 137.52 | 0.92 | 0.48 |
| Hex | A | EC | 4C | 60 | 0 | 44 | 7 | 8A | 5C | 30 |
| Octal | 12 | 354 | 114 | 140 | 0 | 104 | 7 | 212 | 134 | 60 |
| Binary | 1010 | 11101100 | 1001100 | 1100000 | 0 | 1000100 | 111 | 10001010 | 1011100 | 110000 |
Color Harmonies of #0AEC4C
Complementary color
Monochromatic Colors of #0AEC4C
Black with #0AEC4C
Text Example
Text Example
White with #0AEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEC4C; }
p { color: rgb(10,236,76); }
H1.HeaderClassName
{
color: #0AEC4C;
}
.AnyTagClassName
{
color: #0AEC4C;
}
</style>
background-color css
<style>
a { background-color: #0AEC4C; }
a { background-color: rgb(10,236,76); }
div.DivClassName
{
background-color: #0AEC4C;
}
.BgClassName
{
background-color: #0AEC4C;
}
</style>
border-color css
<style>
span { border-color: #0AEC4C; }
span { border-color: rgb(10,236,76); }
td.TdClassName
{
border-color: #0AEC4C;
}
.TagClassName
{
border-color: #0AEC4C;
}
</style>