Shades of Malachite #0AE43C
Tints of Malachite #0AE43C
RGB
CMYK
RGB Variations
Color information
#0AE43C (or 0x0AE43C) is known color: Malachite. HEX triplet: 0A, E4 and 3C. RGB value is (10,228,60). Sum of RGB (Red+Green+Blue) = 10+228+60=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 228 (89.45% from 255 or 76.51% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE43C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE43C is #F51BC3. Grayscale: #909090. Windows color (decimal): -16063428 or 3990538. OLE color: 3990538.
HSL color Cylindrical-coordinate representation of color #0AE43C: hue angle of 133.76º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE43C is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 228 | 60 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.11 |
| HSL | 133.76º | 0.92% | 0.47% | - |
| HSV(B) | 133.76º | 0.96% | 0.89% | - |
| XYZ | 28.68 | 55.88 | 13.55 | - |
| YUV | 143.67 | 80.78 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 228 | 60 | 0.96 | 0 | 0.74 | 0.11 | 133.76 | 0.92 | 0.47 |
| Hex | A | E4 | 3C | 60 | 0 | 4A | B | 86 | 5C | 2F |
| Octal | 12 | 344 | 74 | 140 | 0 | 112 | 13 | 206 | 134 | 57 |
| Binary | 1010 | 11100100 | 111100 | 1100000 | 0 | 1001010 | 1011 | 10000110 | 1011100 | 101111 |
Color Harmonies of #0AE43C
Complementary color
Monochromatic Colors of #0AE43C
Black with #0AE43C
Text Example
Text Example
White with #0AE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE43C; }
p { color: rgb(10,228,60); }
H1.HeaderClassName
{
color: #0AE43C;
}
.AnyTagClassName
{
color: #0AE43C;
}
</style>
background-color css
<style>
a { background-color: #0AE43C; }
a { background-color: rgb(10,228,60); }
div.DivClassName
{
background-color: #0AE43C;
}
.BgClassName
{
background-color: #0AE43C;
}
</style>
border-color css
<style>
span { border-color: #0AE43C; }
span { border-color: rgb(10,228,60); }
td.TdClassName
{
border-color: #0AE43C;
}
.TagClassName
{
border-color: #0AE43C;
}
</style>