Shades of Malachite #0AC450
Tints of Malachite #0AC450
RGB
CMYK
RGB Variations
Color information
#0AC450 (or 0x0AC450) is known color: Malachite. HEX triplet: 0A, C4 and 50. RGB value is (10,196,80). Sum of RGB (Red+Green+Blue) = 10+196+80=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC450 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC450 is #F53BAF. Grayscale: #7F7F7F. Windows color (decimal): -16071600 or 5293066. OLE color: 5293066.
HSL color Cylindrical-coordinate representation of color #0AC450: hue angle of 142.58º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC450 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 80 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.23 |
| HSL | 142.58º | 0.9% | 0.4% | - |
| HSV(B) | 142.58º | 0.95% | 0.77% | - |
| XYZ | 21.31 | 40.12 | 14.21 | - |
| YUV | 127.16 | 101.38 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 80 | 0.95 | 0 | 0.59 | 0.23 | 142.58 | 0.9 | 0.4 |
| Hex | A | C4 | 50 | 5F | 0 | 3B | 17 | 8F | 5A | 28 |
| Octal | 12 | 304 | 120 | 137 | 0 | 73 | 27 | 217 | 132 | 50 |
| Binary | 1010 | 11000100 | 1010000 | 1011111 | 0 | 111011 | 10111 | 10001111 | 1011010 | 101000 |
Color Harmonies of #0AC450
Complementary color
Monochromatic Colors of #0AC450
Black with #0AC450
Text Example
Text Example
White with #0AC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC450; }
p { color: rgb(10,196,80); }
H1.HeaderClassName
{
color: #0AC450;
}
.AnyTagClassName
{
color: #0AC450;
}
</style>
background-color css
<style>
a { background-color: #0AC450; }
a { background-color: rgb(10,196,80); }
div.DivClassName
{
background-color: #0AC450;
}
.BgClassName
{
background-color: #0AC450;
}
</style>
border-color css
<style>
span { border-color: #0AC450; }
span { border-color: rgb(10,196,80); }
td.TdClassName
{
border-color: #0AC450;
}
.TagClassName
{
border-color: #0AC450;
}
</style>