Shades of Malachite #0FCD4C
Tints of Malachite #0FCD4C
RGB
CMYK
RGB Variations
Color information
#0FCD4C (or 0x0FCD4C) is known color: Malachite. HEX triplet: 0F, CD and 4C. RGB value is (15,205,76). Sum of RGB (Red+Green+Blue) = 15+205+76=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 205 (80.47% from 255 or 69.26% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 205 - color contains mainly: green. Hex color #0FCD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCD4C is #F032B3. Grayscale: #858585. Windows color (decimal): -15741620 or 5033231. OLE color: 5033231.
HSL color Cylindrical-coordinate representation of color #0FCD4C: hue angle of 139.26º 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 #0FCD4C is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 205 | 76 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.20 |
| HSL | 139.26º | 0.86% | 0.43% | - |
| HSV(B) | 139.26º | 0.93% | 0.8% | - |
| XYZ | 23.33 | 44.29 | 14.16 | - |
| YUV | 133.48 | 95.55 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 76 | 0.93 | 0 | 0.63 | 0.20 | 139.26 | 0.86 | 0.43 |
| Hex | F | CD | 4C | 5D | 0 | 3F | 14 | 8B | 56 | 2B |
| Octal | 17 | 315 | 114 | 135 | 0 | 77 | 24 | 213 | 126 | 53 |
| Binary | 1111 | 11001101 | 1001100 | 1011101 | 0 | 111111 | 10100 | 10001011 | 1010110 | 101011 |
Color Harmonies of #0FCD4C
Complementary color
Monochromatic Colors of #0FCD4C
Black with #0FCD4C
Text Example
Text Example
White with #0FCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCD4C; }
p { color: rgb(15,205,76); }
H1.HeaderClassName
{
color: #0FCD4C;
}
.AnyTagClassName
{
color: #0FCD4C;
}
</style>
background-color css
<style>
a { background-color: #0FCD4C; }
a { background-color: rgb(15,205,76); }
div.DivClassName
{
background-color: #0FCD4C;
}
.BgClassName
{
background-color: #0FCD4C;
}
</style>
border-color css
<style>
span { border-color: #0FCD4C; }
span { border-color: rgb(15,205,76); }
td.TdClassName
{
border-color: #0FCD4C;
}
.TagClassName
{
border-color: #0FCD4C;
}
</style>