Shades of Malachite #0CC55B
Tints of Malachite #0CC55B
RGB
CMYK
RGB Variations
Color information
#0CC55B (or 0x0CC55B) is known color: Malachite. HEX triplet: 0C, C5 and 5B. RGB value is (12,197,91). Sum of RGB (Red+Green+Blue) = 12+197+91=300 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC55B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC55B is #F33AA4. Grayscale: #818181. Windows color (decimal): -15940261 or 6014220. OLE color: 6014220.
HSL color Cylindrical-coordinate representation of color #0CC55B: hue angle of 145.62º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC55B is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 12 | 197 | 91 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.23 |
| HSL | 145.62º | 0.89% | 0.41% | - |
| HSV(B) | 145.62º | 0.94% | 0.77% | - |
| XYZ | 22.01 | 40.77 | 16.61 | - |
| YUV | 129.6 | 106.21 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 197 | 91 | 0.94 | 0 | 0.54 | 0.23 | 145.62 | 0.89 | 0.41 |
| Hex | C | C5 | 5B | 5E | 0 | 36 | 17 | 92 | 59 | 29 |
| Octal | 14 | 305 | 133 | 136 | 0 | 66 | 27 | 222 | 131 | 51 |
| Binary | 1100 | 11000101 | 1011011 | 1011110 | 0 | 110110 | 10111 | 10010010 | 1011001 | 101001 |
Color Harmonies of #0CC55B
Complementary color
Monochromatic Colors of #0CC55B
Black with #0CC55B
Text Example
Text Example
White with #0CC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC55B; }
p { color: rgb(12,197,91); }
H1.HeaderClassName
{
color: #0CC55B;
}
.AnyTagClassName
{
color: #0CC55B;
}
</style>
background-color css
<style>
a { background-color: #0CC55B; }
a { background-color: rgb(12,197,91); }
div.DivClassName
{
background-color: #0CC55B;
}
.BgClassName
{
background-color: #0CC55B;
}
</style>
border-color css
<style>
span { border-color: #0CC55B; }
span { border-color: rgb(12,197,91); }
td.TdClassName
{
border-color: #0CC55B;
}
.TagClassName
{
border-color: #0CC55B;
}
</style>