Shades of Malachite #0CF23F
Tints of Malachite #0CF23F
RGB
CMYK
RGB Variations
Color information
#0CF23F (or 0x0CF23F) is known color: Malachite. HEX triplet: 0C, F2 and 3F. RGB value is (12,242,63). Sum of RGB (Red+Green+Blue) = 12+242+63=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 242 (94.92% from 255 or 76.34% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 242 - color contains mainly: green. Hex color #0CF23F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF23F is #F30DC0. Grayscale: #999999. Windows color (decimal): -15928769 or 4190732. OLE color: 4190732.
HSL color Cylindrical-coordinate representation of color #0CF23F: hue angle of 133.3º 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 #0CF23F is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 242 | 63 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.05 |
| HSL | 133.3º | 0.91% | 0.5% | - |
| HSV(B) | 133.3º | 0.95% | 0.95% | - |
| XYZ | 32.8 | 63.94 | 15.32 | - |
| YUV | 152.82 | 77.3 | 27.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 242 | 63 | 0.95 | 0 | 0.74 | 0.05 | 133.3 | 0.91 | 0.5 |
| Hex | C | F2 | 3F | 5F | 0 | 4A | 5 | 85 | 5B | 32 |
| Octal | 14 | 362 | 77 | 137 | 0 | 112 | 5 | 205 | 133 | 62 |
| Binary | 1100 | 11110010 | 111111 | 1011111 | 0 | 1001010 | 101 | 10000101 | 1011011 | 110010 |
Color Harmonies of #0CF23F
Complementary color
Monochromatic Colors of #0CF23F
Black with #0CF23F
Text Example
Text Example
White with #0CF23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF23F; }
p { color: rgb(12,242,63); }
H1.HeaderClassName
{
color: #0CF23F;
}
.AnyTagClassName
{
color: #0CF23F;
}
</style>
background-color css
<style>
a { background-color: #0CF23F; }
a { background-color: rgb(12,242,63); }
div.DivClassName
{
background-color: #0CF23F;
}
.BgClassName
{
background-color: #0CF23F;
}
</style>
border-color css
<style>
span { border-color: #0CF23F; }
span { border-color: rgb(12,242,63); }
td.TdClassName
{
border-color: #0CF23F;
}
.TagClassName
{
border-color: #0CF23F;
}
</style>