Shades of Malachite #0CF24A
Tints of Malachite #0CF24A
RGB
CMYK
RGB Variations
Color information
#0CF24A (or 0x0CF24A) is known color: Malachite. HEX triplet: 0C, F2 and 4A. RGB value is (12,242,74). Sum of RGB (Red+Green+Blue) = 12+242+74=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #0CF24A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF24A is #F30DB5. Grayscale: #9A9A9A. Windows color (decimal): -15928758 or 4911628. OLE color: 4911628.
HSL color Cylindrical-coordinate representation of color #0CF24A: hue angle of 136.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF24A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 242 | 74 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.05 |
| HSL | 136.17º | 0.91% | 0.5% | - |
| HSV(B) | 136.17º | 0.95% | 0.95% | - |
| XYZ | 33.14 | 64.08 | 17.1 | - |
| YUV | 154.08 | 82.8 | 26.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 242 | 74 | 0.95 | 0 | 0.69 | 0.05 | 136.17 | 0.91 | 0.5 |
| Hex | C | F2 | 4A | 5F | 0 | 45 | 5 | 88 | 5B | 32 |
| Octal | 14 | 362 | 112 | 137 | 0 | 105 | 5 | 210 | 133 | 62 |
| Binary | 1100 | 11110010 | 1001010 | 1011111 | 0 | 1000101 | 101 | 10001000 | 1011011 | 110010 |
Color Harmonies of #0CF24A
Complementary color
Monochromatic Colors of #0CF24A
Black with #0CF24A
Text Example
Text Example
White with #0CF24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF24A; }
p { color: rgb(12,242,74); }
H1.HeaderClassName
{
color: #0CF24A;
}
.AnyTagClassName
{
color: #0CF24A;
}
</style>
background-color css
<style>
a { background-color: #0CF24A; }
a { background-color: rgb(12,242,74); }
div.DivClassName
{
background-color: #0CF24A;
}
.BgClassName
{
background-color: #0CF24A;
}
</style>
border-color css
<style>
span { border-color: #0CF24A; }
span { border-color: rgb(12,242,74); }
td.TdClassName
{
border-color: #0CF24A;
}
.TagClassName
{
border-color: #0CF24A;
}
</style>