Shades of Malachite #0CF33E
Tints of Malachite #0CF33E
RGB
CMYK
RGB Variations
Color information
#0CF33E (or 0x0CF33E) is known color: Malachite. HEX triplet: 0C, F3 and 3E. RGB value is (12,243,62). Sum of RGB (Red+Green+Blue) = 12+243+62=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 243 (95.31% from 255 or 76.66% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 243 - color contains mainly: green. Hex color #0CF33E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF33E is #F30CC1. Grayscale: #999999. Windows color (decimal): -15928514 or 4125452. OLE color: 4125452.
HSL color Cylindrical-coordinate representation of color #0CF33E: hue angle of 132.99º 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 #0CF33E is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 243 | 62 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.05 |
| HSL | 132.99º | 0.91% | 0.5% | - |
| HSV(B) | 132.99º | 0.95% | 0.95% | - |
| XYZ | 33.07 | 64.53 | 15.27 | - |
| YUV | 153.3 | 76.47 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 243 | 62 | 0.95 | 0 | 0.74 | 0.05 | 132.99 | 0.91 | 0.5 |
| Hex | C | F3 | 3E | 5F | 0 | 4A | 5 | 85 | 5B | 32 |
| Octal | 14 | 363 | 76 | 137 | 0 | 112 | 5 | 205 | 133 | 62 |
| Binary | 1100 | 11110011 | 111110 | 1011111 | 0 | 1001010 | 101 | 10000101 | 1011011 | 110010 |
Color Harmonies of #0CF33E
Complementary color
Monochromatic Colors of #0CF33E
Black with #0CF33E
Text Example
Text Example
White with #0CF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF33E; }
p { color: rgb(12,243,62); }
H1.HeaderClassName
{
color: #0CF33E;
}
.AnyTagClassName
{
color: #0CF33E;
}
</style>
background-color css
<style>
a { background-color: #0CF33E; }
a { background-color: rgb(12,243,62); }
div.DivClassName
{
background-color: #0CF33E;
}
.BgClassName
{
background-color: #0CF33E;
}
</style>
border-color css
<style>
span { border-color: #0CF33E; }
span { border-color: rgb(12,243,62); }
td.TdClassName
{
border-color: #0CF33E;
}
.TagClassName
{
border-color: #0CF33E;
}
</style>