Shades of Malachite #0AC055
Tints of Malachite #0AC055
RGB
CMYK
RGB Variations
Color information
#0AC055 (or 0x0AC055) is known color: Malachite. HEX triplet: 0A, C0 and 55. RGB value is (10,192,85). Sum of RGB (Red+Green+Blue) = 10+192+85=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC055 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC055 is #F53FAA. Grayscale: #7D7D7D. Windows color (decimal): -16072619 or 5619722. OLE color: 5619722.
HSL color Cylindrical-coordinate representation of color #0AC055: hue angle of 144.73º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC055 is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 85 | - |
| CMYK | 0.95 | 0 | 0.56 | 0.25 |
| HSL | 144.73º | 0.9% | 0.4% | - |
| HSV(B) | 144.73º | 0.95% | 0.75% | - |
| XYZ | 20.61 | 38.42 | 14.92 | - |
| YUV | 125.38 | 105.2 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 85 | 0.95 | 0 | 0.56 | 0.25 | 144.73 | 0.9 | 0.4 |
| Hex | A | C0 | 55 | 5F | 0 | 38 | 19 | 91 | 5A | 28 |
| Octal | 12 | 300 | 125 | 137 | 0 | 70 | 31 | 221 | 132 | 50 |
| Binary | 1010 | 11000000 | 1010101 | 1011111 | 0 | 111000 | 11001 | 10010001 | 1011010 | 101000 |
Color Harmonies of #0AC055
Complementary color
Monochromatic Colors of #0AC055
Black with #0AC055
Text Example
Text Example
White with #0AC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC055; }
p { color: rgb(10,192,85); }
H1.HeaderClassName
{
color: #0AC055;
}
.AnyTagClassName
{
color: #0AC055;
}
</style>
background-color css
<style>
a { background-color: #0AC055; }
a { background-color: rgb(10,192,85); }
div.DivClassName
{
background-color: #0AC055;
}
.BgClassName
{
background-color: #0AC055;
}
</style>
border-color css
<style>
span { border-color: #0AC055; }
span { border-color: rgb(10,192,85); }
td.TdClassName
{
border-color: #0AC055;
}
.TagClassName
{
border-color: #0AC055;
}
</style>