Shades of Malachite #0AE04C
Tints of Malachite #0AE04C
RGB
CMYK
RGB Variations
Color information
#0AE04C (or 0x0AE04C) is known color: Malachite. HEX triplet: 0A, E0 and 4C. RGB value is (10,224,76). Sum of RGB (Red+Green+Blue) = 10+224+76=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE04C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE04C is #F51FB3. Grayscale: #8F8F8F. Windows color (decimal): -16064436 or 5038090. OLE color: 5038090.
HSL color Cylindrical-coordinate representation of color #0AE04C: hue angle of 138.5º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE04C is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 76 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.12 |
| HSL | 138.5º | 0.91% | 0.46% | - |
| HSV(B) | 138.5º | 0.96% | 0.88% | - |
| XYZ | 28.09 | 53.9 | 15.76 | - |
| YUV | 143.14 | 90.1 | 33.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 76 | 0.96 | 0 | 0.66 | 0.12 | 138.5 | 0.91 | 0.46 |
| Hex | A | E0 | 4C | 60 | 0 | 42 | C | 8B | 5B | 2E |
| Octal | 12 | 340 | 114 | 140 | 0 | 102 | 14 | 213 | 133 | 56 |
| Binary | 1010 | 11100000 | 1001100 | 1100000 | 0 | 1000010 | 1100 | 10001011 | 1011011 | 101110 |
Color Harmonies of #0AE04C
Complementary color
Monochromatic Colors of #0AE04C
Black with #0AE04C
Text Example
Text Example
White with #0AE04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE04C; }
p { color: rgb(10,224,76); }
H1.HeaderClassName
{
color: #0AE04C;
}
.AnyTagClassName
{
color: #0AE04C;
}
</style>
background-color css
<style>
a { background-color: #0AE04C; }
a { background-color: rgb(10,224,76); }
div.DivClassName
{
background-color: #0AE04C;
}
.BgClassName
{
background-color: #0AE04C;
}
</style>
border-color css
<style>
span { border-color: #0AE04C; }
span { border-color: rgb(10,224,76); }
td.TdClassName
{
border-color: #0AE04C;
}
.TagClassName
{
border-color: #0AE04C;
}
</style>