Shades of Malachite #0AE23C
Tints of Malachite #0AE23C
RGB
CMYK
RGB Variations
Color information
#0AE23C (or 0x0AE23C) is known color: Malachite. HEX triplet: 0A, E2 and 3C. RGB value is (10,226,60). Sum of RGB (Red+Green+Blue) = 10+226+60=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 226 (88.67% from 255 or 76.35% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 226 - color contains mainly: green. Hex color #0AE23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE23C is #F51DC3. Grayscale: #8E8E8E. Windows color (decimal): -16063940 or 3990026. OLE color: 3990026.
HSL color Cylindrical-coordinate representation of color #0AE23C: hue angle of 133.89º 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 #0AE23C is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 10 | 226 | 60 | - |
| CMYK | 0.96 | 0 | 0.73 | 0.11 |
| HSL | 133.89º | 0.92% | 0.46% | - |
| HSV(B) | 133.89º | 0.96% | 0.89% | - |
| XYZ | 28.14 | 54.78 | 13.37 | - |
| YUV | 142.49 | 81.44 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 226 | 60 | 0.96 | 0 | 0.73 | 0.11 | 133.89 | 0.92 | 0.46 |
| Hex | A | E2 | 3C | 60 | 0 | 49 | B | 86 | 5C | 2E |
| Octal | 12 | 342 | 74 | 140 | 0 | 111 | 13 | 206 | 134 | 56 |
| Binary | 1010 | 11100010 | 111100 | 1100000 | 0 | 1001001 | 1011 | 10000110 | 1011100 | 101110 |
Color Harmonies of #0AE23C
Complementary color
Monochromatic Colors of #0AE23C
Black with #0AE23C
Text Example
Text Example
White with #0AE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE23C; }
p { color: rgb(10,226,60); }
H1.HeaderClassName
{
color: #0AE23C;
}
.AnyTagClassName
{
color: #0AE23C;
}
</style>
background-color css
<style>
a { background-color: #0AE23C; }
a { background-color: rgb(10,226,60); }
div.DivClassName
{
background-color: #0AE23C;
}
.BgClassName
{
background-color: #0AE23C;
}
</style>
border-color css
<style>
span { border-color: #0AE23C; }
span { border-color: rgb(10,226,60); }
td.TdClassName
{
border-color: #0AE23C;
}
.TagClassName
{
border-color: #0AE23C;
}
</style>