Shades of Malachite #0AE965
Tints of Malachite #0AE965
RGB
CMYK
RGB Variations
Color information
#0AE965 (or 0x0AE965) is known color: Malachite. HEX triplet: 0A, E9 and 65. RGB value is (10,233,101). Sum of RGB (Red+Green+Blue) = 10+233+101=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 233 (91.41% from 255 or 67.73% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 233 - color contains mainly: green. Hex color #0AE965 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AE965 is #F5169A. Grayscale: #979797. Windows color (decimal): -16062107 or 6678794. OLE color: 6678794.
HSL color Cylindrical-coordinate representation of color #0AE965: hue angle of 144.48º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE965 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 233 | 101 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.09 |
| HSL | 144.48º | 0.92% | 0.48% | - |
| HSV(B) | 144.48º | 0.96% | 0.91% | - |
| XYZ | 31.61 | 59.28 | 22.09 | - |
| YUV | 151.28 | 99.62 | 27.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 233 | 101 | 0.96 | 0 | 0.57 | 0.09 | 144.48 | 0.92 | 0.48 |
| Hex | A | E9 | 65 | 60 | 0 | 39 | 9 | 90 | 5C | 30 |
| Octal | 12 | 351 | 145 | 140 | 0 | 71 | 11 | 220 | 134 | 60 |
| Binary | 1010 | 11101001 | 1100101 | 1100000 | 0 | 111001 | 1001 | 10010000 | 1011100 | 110000 |
Color Harmonies of #0AE965
Complementary color
Monochromatic Colors of #0AE965
Black with #0AE965
Text Example
Text Example
White with #0AE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE965; }
p { color: rgb(10,233,101); }
H1.HeaderClassName
{
color: #0AE965;
}
.AnyTagClassName
{
color: #0AE965;
}
</style>
background-color css
<style>
a { background-color: #0AE965; }
a { background-color: rgb(10,233,101); }
div.DivClassName
{
background-color: #0AE965;
}
.BgClassName
{
background-color: #0AE965;
}
</style>
border-color css
<style>
span { border-color: #0AE965; }
span { border-color: rgb(10,233,101); }
td.TdClassName
{
border-color: #0AE965;
}
.TagClassName
{
border-color: #0AE965;
}
</style>