Shades of Malachite #0CFF43
Tints of Malachite #0CFF43
RGB
CMYK
RGB Variations
Color information
#0CFF43 (or 0x0CFF43) is known color: Malachite. HEX triplet: 0C, FF and 43. RGB value is (12,255,67). Sum of RGB (Red+Green+Blue) = 12+255+67=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 255 (100% from 255 or 76.35% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF43 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFF43 is #F300BC. Grayscale: #A1A1A1. Windows color (decimal): -15925437 or 4456204. OLE color: 4456204.
HSL color Cylindrical-coordinate representation of color #0CFF43: hue angle of 133.58º 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 #0CFF43 is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 67 | - |
| CMYK | 0.95 | 0 | 0.74 | 0 |
| HSL | 133.58º | 1% | 0.52% | - |
| HSV(B) | 133.58º | 0.95% | 1% | - |
| XYZ | 36.92 | 72 | 17.26 | - |
| YUV | 160.91 | 74.99 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 67 | 0.95 | 0 | 0.74 | 0 | 133.58 | 1 | 0.52 |
| Hex | C | FF | 43 | 5F | 0 | 4A | 0 | 86 | 64 | 34 |
| Octal | 14 | 377 | 103 | 137 | 0 | 112 | 0 | 206 | 144 | 64 |
| Binary | 1100 | 11111111 | 1000011 | 1011111 | 0 | 1001010 | 0 | 10000110 | 1100100 | 110100 |
Color Harmonies of #0CFF43
Complementary color
Monochromatic Colors of #0CFF43
Black with #0CFF43
Text Example
Text Example
White with #0CFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF43; }
p { color: rgb(12,255,67); }
H1.HeaderClassName
{
color: #0CFF43;
}
.AnyTagClassName
{
color: #0CFF43;
}
</style>
background-color css
<style>
a { background-color: #0CFF43; }
a { background-color: rgb(12,255,67); }
div.DivClassName
{
background-color: #0CFF43;
}
.BgClassName
{
background-color: #0CFF43;
}
</style>
border-color css
<style>
span { border-color: #0CFF43; }
span { border-color: rgb(12,255,67); }
td.TdClassName
{
border-color: #0CFF43;
}
.TagClassName
{
border-color: #0CFF43;
}
</style>