Shades of Malachite #0CF93A
Tints of Malachite #0CF93A
RGB
CMYK
RGB Variations
Color information
#0CF93A (or 0x0CF93A) is known color: Malachite. HEX triplet: 0C, F9 and 3A. RGB value is (12,249,58). Sum of RGB (Red+Green+Blue) = 12+249+58=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF93A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF93A is #F306C5. Grayscale: #9C9C9C. Windows color (decimal): -15926982 or 3864844. OLE color: 3864844.
HSL color Cylindrical-coordinate representation of color #0CF93A: hue angle of 131.65º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF93A is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 249 | 58 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.02 |
| HSL | 131.65º | 0.95% | 0.51% | - |
| HSV(B) | 131.65º | 0.95% | 0.98% | - |
| XYZ | 34.79 | 68.14 | 15.32 | - |
| YUV | 156.36 | 72.48 | 25.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 58 | 0.95 | 0 | 0.77 | 0.02 | 131.65 | 0.95 | 0.51 |
| Hex | C | F9 | 3A | 5F | 0 | 4D | 2 | 84 | 5F | 33 |
| Octal | 14 | 371 | 72 | 137 | 0 | 115 | 2 | 204 | 137 | 63 |
| Binary | 1100 | 11111001 | 111010 | 1011111 | 0 | 1001101 | 10 | 10000100 | 1011111 | 110011 |
Color Harmonies of #0CF93A
Complementary color
Monochromatic Colors of #0CF93A
Black with #0CF93A
Text Example
Text Example
White with #0CF93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF93A; }
p { color: rgb(12,249,58); }
H1.HeaderClassName
{
color: #0CF93A;
}
.AnyTagClassName
{
color: #0CF93A;
}
</style>
background-color css
<style>
a { background-color: #0CF93A; }
a { background-color: rgb(12,249,58); }
div.DivClassName
{
background-color: #0CF93A;
}
.BgClassName
{
background-color: #0CF93A;
}
</style>
border-color css
<style>
span { border-color: #0CF93A; }
span { border-color: rgb(12,249,58); }
td.TdClassName
{
border-color: #0CF93A;
}
.TagClassName
{
border-color: #0CF93A;
}
</style>