Shades of Malachite #0FCC4C
Tints of Malachite #0FCC4C
RGB
CMYK
RGB Variations
Color information
#0FCC4C (or 0x0FCC4C) is known color: Malachite. HEX triplet: 0F, CC and 4C. RGB value is (15,204,76). Sum of RGB (Red+Green+Blue) = 15+204+76=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCC4C is #F033B3. Grayscale: #858585. Windows color (decimal): -15741876 or 5032975. OLE color: 5032975.
HSL color Cylindrical-coordinate representation of color #0FCC4C: hue angle of 139.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCC4C is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 204 | 76 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.2 |
| HSL | 139.37º | 0.86% | 0.43% | - |
| HSV(B) | 139.37º | 0.93% | 0.8% | - |
| XYZ | 23.09 | 43.81 | 14.08 | - |
| YUV | 132.9 | 95.88 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 76 | 0.93 | 0 | 0.63 | 0.2 | 139.37 | 0.86 | 0.43 |
| Hex | F | CC | 4C | 5D | 0 | 3F | 14 | 8B | 56 | 2B |
| Octal | 17 | 314 | 114 | 135 | 0 | 77 | 24 | 213 | 126 | 53 |
| Binary | 1111 | 11001100 | 1001100 | 1011101 | 0 | 111111 | 10100 | 10001011 | 1010110 | 101011 |
Color Harmonies of #0FCC4C
Complementary color
Monochromatic Colors of #0FCC4C
Black with #0FCC4C
Text Example
Text Example
White with #0FCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCC4C; }
p { color: rgb(15,204,76); }
H1.HeaderClassName
{
color: #0FCC4C;
}
.AnyTagClassName
{
color: #0FCC4C;
}
</style>
background-color css
<style>
a { background-color: #0FCC4C; }
a { background-color: rgb(15,204,76); }
div.DivClassName
{
background-color: #0FCC4C;
}
.BgClassName
{
background-color: #0FCC4C;
}
</style>
border-color css
<style>
span { border-color: #0FCC4C; }
span { border-color: rgb(15,204,76); }
td.TdClassName
{
border-color: #0FCC4C;
}
.TagClassName
{
border-color: #0FCC4C;
}
</style>