Shades of Malachite #0ACB63
Tints of Malachite #0ACB63
RGB
CMYK
RGB Variations
Color information
#0ACB63 (or 0x0ACB63) is known color: Malachite. HEX triplet: 0A, CB and 63. RGB value is (10,203,99). Sum of RGB (Red+Green+Blue) = 10+203+99=312 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.21% from 312); Green value is 203 (79.69% from 255 or 65.06% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACB63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ACB63 is #F5349C. Grayscale: #858585. Windows color (decimal): -16069789 or 6540042. OLE color: 6540042.
HSL color Cylindrical-coordinate representation of color #0ACB63: hue angle of 147.67º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACB63 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 203 | 99 | - |
| CMYK | 0.95 | 0 | 0.51 | 0.20 |
| HSL | 147.67º | 0.91% | 0.42% | - |
| HSV(B) | 147.67º | 0.95% | 0.8% | - |
| XYZ | 23.73 | 43.68 | 18.98 | - |
| YUV | 133.44 | 108.56 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 99 | 0.95 | 0 | 0.51 | 0.20 | 147.67 | 0.91 | 0.42 |
| Hex | A | CB | 63 | 5F | 0 | 33 | 14 | 94 | 5B | 2A |
| Octal | 12 | 313 | 143 | 137 | 0 | 63 | 24 | 224 | 133 | 52 |
| Binary | 1010 | 11001011 | 1100011 | 1011111 | 0 | 110011 | 10100 | 10010100 | 1011011 | 101010 |
Color Harmonies of #0ACB63
Complementary color
Monochromatic Colors of #0ACB63
Black with #0ACB63
Text Example
Text Example
White with #0ACB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACB63; }
p { color: rgb(10,203,99); }
H1.HeaderClassName
{
color: #0ACB63;
}
.AnyTagClassName
{
color: #0ACB63;
}
</style>
background-color css
<style>
a { background-color: #0ACB63; }
a { background-color: rgb(10,203,99); }
div.DivClassName
{
background-color: #0ACB63;
}
.BgClassName
{
background-color: #0ACB63;
}
</style>
border-color css
<style>
span { border-color: #0ACB63; }
span { border-color: rgb(10,203,99); }
td.TdClassName
{
border-color: #0ACB63;
}
.TagClassName
{
border-color: #0ACB63;
}
</style>