Shades of Malachite #0CC25D
Tints of Malachite #0CC25D
RGB
CMYK
RGB Variations
Color information
#0CC25D (or 0x0CC25D) is known color: Malachite. HEX triplet: 0C, C2 and 5D. RGB value is (12,194,93). Sum of RGB (Red+Green+Blue) = 12+194+93=299 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.01% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #0CC25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC25D is #F33DA2. Grayscale: #808080. Windows color (decimal): -15941027 or 6144524. OLE color: 6144524.
HSL color Cylindrical-coordinate representation of color #0CC25D: hue angle of 146.7º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC25D is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 194 | 93 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.24 |
| HSL | 146.7º | 0.88% | 0.4% | - |
| HSV(B) | 146.7º | 0.94% | 0.76% | - |
| XYZ | 21.42 | 39.45 | 16.84 | - |
| YUV | 128.07 | 108.2 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 93 | 0.94 | 0 | 0.52 | 0.24 | 146.7 | 0.88 | 0.4 |
| Hex | C | C2 | 5D | 5E | 0 | 34 | 18 | 93 | 58 | 28 |
| Octal | 14 | 302 | 135 | 136 | 0 | 64 | 30 | 223 | 130 | 50 |
| Binary | 1100 | 11000010 | 1011101 | 1011110 | 0 | 110100 | 11000 | 10010011 | 1011000 | 101000 |
Color Harmonies of #0CC25D
Complementary color
Monochromatic Colors of #0CC25D
Black with #0CC25D
Text Example
Text Example
White with #0CC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC25D; }
p { color: rgb(12,194,93); }
H1.HeaderClassName
{
color: #0CC25D;
}
.AnyTagClassName
{
color: #0CC25D;
}
</style>
background-color css
<style>
a { background-color: #0CC25D; }
a { background-color: rgb(12,194,93); }
div.DivClassName
{
background-color: #0CC25D;
}
.BgClassName
{
background-color: #0CC25D;
}
</style>
border-color css
<style>
span { border-color: #0CC25D; }
span { border-color: rgb(12,194,93); }
td.TdClassName
{
border-color: #0CC25D;
}
.TagClassName
{
border-color: #0CC25D;
}
</style>