Shades of Malachite #0CFF4C
Tints of Malachite #0CFF4C
RGB
CMYK
RGB Variations
Color information
#0CFF4C (or 0x0CFF4C) is known color: Malachite. HEX triplet: 0C, FF and 4C. RGB value is (12,255,76). Sum of RGB (Red+Green+Blue) = 12+255+76=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFF4C is #F300B3. Grayscale: #A2A2A2. Windows color (decimal): -15925428 or 5046028. OLE color: 5046028.
HSL color Cylindrical-coordinate representation of color #0CFF4C: hue angle of 135.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF4C is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 76 | - |
| CMYK | 0.95 | 0 | 0.70 | 0 |
| HSL | 135.8º | 1% | 0.52% | - |
| HSV(B) | 135.8º | 0.95% | 1% | - |
| XYZ | 37.22 | 72.12 | 18.8 | - |
| YUV | 161.94 | 79.49 | 21.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 76 | 0.95 | 0 | 0.70 | 0 | 135.8 | 1 | 0.52 |
| Hex | C | FF | 4C | 5F | 0 | 46 | 0 | 88 | 64 | 34 |
| Octal | 14 | 377 | 114 | 137 | 0 | 106 | 0 | 210 | 144 | 64 |
| Binary | 1100 | 11111111 | 1001100 | 1011111 | 0 | 1000110 | 0 | 10001000 | 1100100 | 110100 |
Color Harmonies of #0CFF4C
Complementary color
Monochromatic Colors of #0CFF4C
Black with #0CFF4C
Text Example
Text Example
White with #0CFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF4C; }
p { color: rgb(12,255,76); }
H1.HeaderClassName
{
color: #0CFF4C;
}
.AnyTagClassName
{
color: #0CFF4C;
}
</style>
background-color css
<style>
a { background-color: #0CFF4C; }
a { background-color: rgb(12,255,76); }
div.DivClassName
{
background-color: #0CFF4C;
}
.BgClassName
{
background-color: #0CFF4C;
}
</style>
border-color css
<style>
span { border-color: #0CFF4C; }
span { border-color: rgb(12,255,76); }
td.TdClassName
{
border-color: #0CFF4C;
}
.TagClassName
{
border-color: #0CFF4C;
}
</style>