Shades of Malachite #0CFF3E
Tints of Malachite #0CFF3E
RGB
CMYK
RGB Variations
Color information
#0CFF3E (or 0x0CFF3E) is known color: Malachite. HEX triplet: 0C, FF and 3E. RGB value is (12,255,62). Sum of RGB (Red+Green+Blue) = 12+255+62=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFF3E is #F300C1. Grayscale: #A0A0A0. Windows color (decimal): -15925442 or 4128524. OLE color: 4128524.
HSL color Cylindrical-coordinate representation of color #0CFF3E: hue angle of 132.35º 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 #0CFF3E is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 62 | - |
| CMYK | 0.95 | 0 | 0.76 | 0 |
| HSL | 132.35º | 1% | 0.52% | - |
| HSV(B) | 132.35º | 0.95% | 1% | - |
| XYZ | 36.78 | 71.95 | 16.51 | - |
| YUV | 160.34 | 72.49 | 22.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 62 | 0.95 | 0 | 0.76 | 0 | 132.35 | 1 | 0.52 |
| Hex | C | FF | 3E | 5F | 0 | 4C | 0 | 84 | 64 | 34 |
| Octal | 14 | 377 | 76 | 137 | 0 | 114 | 0 | 204 | 144 | 64 |
| Binary | 1100 | 11111111 | 111110 | 1011111 | 0 | 1001100 | 0 | 10000100 | 1100100 | 110100 |
Color Harmonies of #0CFF3E
Complementary color
Monochromatic Colors of #0CFF3E
Black with #0CFF3E
Text Example
Text Example
White with #0CFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF3E; }
p { color: rgb(12,255,62); }
H1.HeaderClassName
{
color: #0CFF3E;
}
.AnyTagClassName
{
color: #0CFF3E;
}
</style>
background-color css
<style>
a { background-color: #0CFF3E; }
a { background-color: rgb(12,255,62); }
div.DivClassName
{
background-color: #0CFF3E;
}
.BgClassName
{
background-color: #0CFF3E;
}
</style>
border-color css
<style>
span { border-color: #0CFF3E; }
span { border-color: rgb(12,255,62); }
td.TdClassName
{
border-color: #0CFF3E;
}
.TagClassName
{
border-color: #0CFF3E;
}
</style>