Shades of Malachite #0AE34C
Tints of Malachite #0AE34C
RGB
CMYK
RGB Variations
Color information
#0AE34C (or 0x0AE34C) is known color: Malachite. HEX triplet: 0A, E3 and 4C. RGB value is (10,227,76). Sum of RGB (Red+Green+Blue) = 10+227+76=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 227 (89.06% from 255 or 72.52% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE34C is #F51CB3. Grayscale: #919191. Windows color (decimal): -16063668 or 5038858. OLE color: 5038858.
HSL color Cylindrical-coordinate representation of color #0AE34C: hue angle of 138.25º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE34C is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 227 | 76 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.11 |
| HSL | 138.25º | 0.92% | 0.46% | - |
| HSV(B) | 138.25º | 0.96% | 0.89% | - |
| XYZ | 28.9 | 55.52 | 16.03 | - |
| YUV | 144.9 | 89.11 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 227 | 76 | 0.96 | 0 | 0.67 | 0.11 | 138.25 | 0.92 | 0.46 |
| Hex | A | E3 | 4C | 60 | 0 | 43 | B | 8A | 5C | 2E |
| Octal | 12 | 343 | 114 | 140 | 0 | 103 | 13 | 212 | 134 | 56 |
| Binary | 1010 | 11100011 | 1001100 | 1100000 | 0 | 1000011 | 1011 | 10001010 | 1011100 | 101110 |
Color Harmonies of #0AE34C
Complementary color
Monochromatic Colors of #0AE34C
Black with #0AE34C
Text Example
Text Example
White with #0AE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE34C; }
p { color: rgb(10,227,76); }
H1.HeaderClassName
{
color: #0AE34C;
}
.AnyTagClassName
{
color: #0AE34C;
}
</style>
background-color css
<style>
a { background-color: #0AE34C; }
a { background-color: rgb(10,227,76); }
div.DivClassName
{
background-color: #0AE34C;
}
.BgClassName
{
background-color: #0AE34C;
}
</style>
border-color css
<style>
span { border-color: #0AE34C; }
span { border-color: rgb(10,227,76); }
td.TdClassName
{
border-color: #0AE34C;
}
.TagClassName
{
border-color: #0AE34C;
}
</style>