Shades of Malachite #0AE067
Tints of Malachite #0AE067
RGB
CMYK
RGB Variations
Color information
#0AE067 (or 0x0AE067) is known color: Malachite. HEX triplet: 0A, E0 and 67. RGB value is (10,224,103). Sum of RGB (Red+Green+Blue) = 10+224+103=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 224 (87.89% from 255 or 66.47% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE067 is #F51F98. Grayscale: #929292. Windows color (decimal): -16064409 or 6807562. OLE color: 6807562.
HSL color Cylindrical-coordinate representation of color #0AE067: hue angle of 146.07º 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 #0AE067 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 224 | 103 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.12 |
| HSL | 146.07º | 0.91% | 0.46% | - |
| HSV(B) | 146.07º | 0.96% | 0.88% | - |
| XYZ | 29.23 | 54.36 | 21.78 | - |
| YUV | 146.22 | 103.6 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 103 | 0.96 | 0 | 0.54 | 0.12 | 146.07 | 0.91 | 0.46 |
| Hex | A | E0 | 67 | 60 | 0 | 36 | C | 92 | 5B | 2E |
| Octal | 12 | 340 | 147 | 140 | 0 | 66 | 14 | 222 | 133 | 56 |
| Binary | 1010 | 11100000 | 1100111 | 1100000 | 0 | 110110 | 1100 | 10010010 | 1011011 | 101110 |
Color Harmonies of #0AE067
Complementary color
Monochromatic Colors of #0AE067
Black with #0AE067
Text Example
Text Example
White with #0AE067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE067; }
p { color: rgb(10,224,103); }
H1.HeaderClassName
{
color: #0AE067;
}
.AnyTagClassName
{
color: #0AE067;
}
</style>
background-color css
<style>
a { background-color: #0AE067; }
a { background-color: rgb(10,224,103); }
div.DivClassName
{
background-color: #0AE067;
}
.BgClassName
{
background-color: #0AE067;
}
</style>
border-color css
<style>
span { border-color: #0AE067; }
span { border-color: rgb(10,224,103); }
td.TdClassName
{
border-color: #0AE067;
}
.TagClassName
{
border-color: #0AE067;
}
</style>