Shades of Malachite #0CFB5F
Tints of Malachite #0CFB5F
RGB
CMYK
RGB Variations
Color information
#0CFB5F (or 0x0CFB5F) is known color: Malachite. HEX triplet: 0C, FB and 5F. RGB value is (12,251,95). Sum of RGB (Red+Green+Blue) = 12+251+95=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 251 (98.44% from 255 or 70.11% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFB5F is #F304A0. Grayscale: #A2A2A2. Windows color (decimal): -15926433 or 6290188. OLE color: 6290188.
HSL color Cylindrical-coordinate representation of color #0CFB5F: hue angle of 140.84º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFB5F is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 95 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.02 |
| HSL | 140.84º | 0.97% | 0.52% | - |
| HSV(B) | 140.84º | 0.95% | 0.98% | - |
| XYZ | 36.71 | 69.9 | 22.38 | - |
| YUV | 161.76 | 90.32 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 95 | 0.95 | 0 | 0.62 | 0.02 | 140.84 | 0.97 | 0.52 |
| Hex | C | FB | 5F | 5F | 0 | 3E | 2 | 8D | 61 | 34 |
| Octal | 14 | 373 | 137 | 137 | 0 | 76 | 2 | 215 | 141 | 64 |
| Binary | 1100 | 11111011 | 1011111 | 1011111 | 0 | 111110 | 10 | 10001101 | 1100001 | 110100 |
Color Harmonies of #0CFB5F
Complementary color
Monochromatic Colors of #0CFB5F
Black with #0CFB5F
Text Example
Text Example
White with #0CFB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB5F; }
p { color: rgb(12,251,95); }
H1.HeaderClassName
{
color: #0CFB5F;
}
.AnyTagClassName
{
color: #0CFB5F;
}
</style>
background-color css
<style>
a { background-color: #0CFB5F; }
a { background-color: rgb(12,251,95); }
div.DivClassName
{
background-color: #0CFB5F;
}
.BgClassName
{
background-color: #0CFB5F;
}
</style>
border-color css
<style>
span { border-color: #0CFB5F; }
span { border-color: rgb(12,251,95); }
td.TdClassName
{
border-color: #0CFB5F;
}
.TagClassName
{
border-color: #0CFB5F;
}
</style>