Shades of Malachite #0CFA50
Tints of Malachite #0CFA50
RGB
CMYK
RGB Variations
Color information
#0CFA50 (or 0x0CFA50) is known color: Malachite. HEX triplet: 0C, FA and 50. RGB value is (12,250,80). Sum of RGB (Red+Green+Blue) = 12+250+80=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 250 (98.05% from 255 or 73.10% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFA50 is #F305AF. Grayscale: #9F9F9F. Windows color (decimal): -15926704 or 5306892. OLE color: 5306892.
HSL color Cylindrical-coordinate representation of color #0CFA50: hue angle of 137.14º degrees, saturation: 0.96, 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 #0CFA50 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 80 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.02 |
| HSL | 137.14º | 0.96% | 0.51% | - |
| HSV(B) | 137.14º | 0.95% | 0.98% | - |
| XYZ | 35.79 | 69.03 | 19.03 | - |
| YUV | 159.46 | 83.15 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 80 | 0.95 | 0 | 0.68 | 0.02 | 137.14 | 0.96 | 0.51 |
| Hex | C | FA | 50 | 5F | 0 | 44 | 2 | 89 | 60 | 33 |
| Octal | 14 | 372 | 120 | 137 | 0 | 104 | 2 | 211 | 140 | 63 |
| Binary | 1100 | 11111010 | 1010000 | 1011111 | 0 | 1000100 | 10 | 10001001 | 1100000 | 110011 |
Color Harmonies of #0CFA50
Complementary color
Monochromatic Colors of #0CFA50
Black with #0CFA50
Text Example
Text Example
White with #0CFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFA50; }
p { color: rgb(12,250,80); }
H1.HeaderClassName
{
color: #0CFA50;
}
.AnyTagClassName
{
color: #0CFA50;
}
</style>
background-color css
<style>
a { background-color: #0CFA50; }
a { background-color: rgb(12,250,80); }
div.DivClassName
{
background-color: #0CFA50;
}
.BgClassName
{
background-color: #0CFA50;
}
</style>
border-color css
<style>
span { border-color: #0CFA50; }
span { border-color: rgb(12,250,80); }
td.TdClassName
{
border-color: #0CFA50;
}
.TagClassName
{
border-color: #0CFA50;
}
</style>