Shades of Malachite #0CE54C
Tints of Malachite #0CE54C
RGB
CMYK
RGB Variations
Color information
#0CE54C (or 0x0CE54C) is known color: Malachite. HEX triplet: 0C, E5 and 4C. RGB value is (12,229,76). Sum of RGB (Red+Green+Blue) = 12+229+76=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 229 (89.84% from 255 or 72.24% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE54C is #F31AB3. Grayscale: #939393. Windows color (decimal): -15932084 or 5039372. OLE color: 5039372.
HSL color Cylindrical-coordinate representation of color #0CE54C: hue angle of 137.7º 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 #0CE54C is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 76 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.10 |
| HSL | 137.7º | 0.9% | 0.47% | - |
| HSV(B) | 137.7º | 0.95% | 0.9% | - |
| XYZ | 29.48 | 56.64 | 16.22 | - |
| YUV | 146.68 | 88.11 | 31.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 76 | 0.95 | 0 | 0.67 | 0.10 | 137.7 | 0.9 | 0.47 |
| Hex | C | E5 | 4C | 5F | 0 | 43 | A | 8A | 5A | 2F |
| Octal | 14 | 345 | 114 | 137 | 0 | 103 | 12 | 212 | 132 | 57 |
| Binary | 1100 | 11100101 | 1001100 | 1011111 | 0 | 1000011 | 1010 | 10001010 | 1011010 | 101111 |
Color Harmonies of #0CE54C
Complementary color
Monochromatic Colors of #0CE54C
Black with #0CE54C
Text Example
Text Example
White with #0CE54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE54C; }
p { color: rgb(12,229,76); }
H1.HeaderClassName
{
color: #0CE54C;
}
.AnyTagClassName
{
color: #0CE54C;
}
</style>
background-color css
<style>
a { background-color: #0CE54C; }
a { background-color: rgb(12,229,76); }
div.DivClassName
{
background-color: #0CE54C;
}
.BgClassName
{
background-color: #0CE54C;
}
</style>
border-color css
<style>
span { border-color: #0CE54C; }
span { border-color: rgb(12,229,76); }
td.TdClassName
{
border-color: #0CE54C;
}
.TagClassName
{
border-color: #0CE54C;
}
</style>