Shades of Malachite #0CE55C
Tints of Malachite #0CE55C
RGB
CMYK
RGB Variations
Color information
#0CE55C (or 0x0CE55C) is known color: Malachite. HEX triplet: 0C, E5 and 5C. RGB value is (12,229,92). Sum of RGB (Red+Green+Blue) = 12+229+92=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 229 (89.84% from 255 or 68.77% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE55C is #F31AA3. Grayscale: #949494. Windows color (decimal): -15932068 or 6087948. OLE color: 6087948.
HSL color Cylindrical-coordinate representation of color #0CE55C: hue angle of 142.12º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE55C is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 92 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.10 |
| HSL | 142.12º | 0.9% | 0.47% | - |
| HSV(B) | 142.12º | 0.95% | 0.9% | - |
| XYZ | 30.1 | 56.89 | 19.52 | - |
| YUV | 148.5 | 96.11 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 92 | 0.95 | 0 | 0.60 | 0.10 | 142.12 | 0.9 | 0.47 |
| Hex | C | E5 | 5C | 5F | 0 | 3C | A | 8E | 5A | 2F |
| Octal | 14 | 345 | 134 | 137 | 0 | 74 | 12 | 216 | 132 | 57 |
| Binary | 1100 | 11100101 | 1011100 | 1011111 | 0 | 111100 | 1010 | 10001110 | 1011010 | 101111 |
Color Harmonies of #0CE55C
Complementary color
Monochromatic Colors of #0CE55C
Black with #0CE55C
Text Example
Text Example
White with #0CE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE55C; }
p { color: rgb(12,229,92); }
H1.HeaderClassName
{
color: #0CE55C;
}
.AnyTagClassName
{
color: #0CE55C;
}
</style>
background-color css
<style>
a { background-color: #0CE55C; }
a { background-color: rgb(12,229,92); }
div.DivClassName
{
background-color: #0CE55C;
}
.BgClassName
{
background-color: #0CE55C;
}
</style>
border-color css
<style>
span { border-color: #0CE55C; }
span { border-color: rgb(12,229,92); }
td.TdClassName
{
border-color: #0CE55C;
}
.TagClassName
{
border-color: #0CE55C;
}
</style>