Shades of Malachite #0CFA47
Tints of Malachite #0CFA47
RGB
CMYK
RGB Variations
Color information
#0CFA47 (or 0x0CFA47) is known color: Malachite. HEX triplet: 0C, FA and 47. RGB value is (12,250,71). Sum of RGB (Red+Green+Blue) = 12+250+71=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 250 (98.05% from 255 or 75.08% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFA47 is #F305B8. Grayscale: #9E9E9E. Windows color (decimal): -15926713 or 4717068. OLE color: 4717068.
HSL color Cylindrical-coordinate representation of color #0CFA47: hue angle of 134.87º 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 #0CFA47 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 71 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.02 |
| HSL | 134.87º | 0.96% | 0.51% | - |
| HSV(B) | 134.87º | 0.95% | 0.98% | - |
| XYZ | 35.47 | 68.9 | 17.39 | - |
| YUV | 158.43 | 78.65 | 23.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 71 | 0.95 | 0 | 0.72 | 0.02 | 134.87 | 0.96 | 0.51 |
| Hex | C | FA | 47 | 5F | 0 | 48 | 2 | 87 | 60 | 33 |
| Octal | 14 | 372 | 107 | 137 | 0 | 110 | 2 | 207 | 140 | 63 |
| Binary | 1100 | 11111010 | 1000111 | 1011111 | 0 | 1001000 | 10 | 10000111 | 1100000 | 110011 |
Color Harmonies of #0CFA47
Complementary color
Monochromatic Colors of #0CFA47
Black with #0CFA47
Text Example
Text Example
White with #0CFA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFA47; }
p { color: rgb(12,250,71); }
H1.HeaderClassName
{
color: #0CFA47;
}
.AnyTagClassName
{
color: #0CFA47;
}
</style>
background-color css
<style>
a { background-color: #0CFA47; }
a { background-color: rgb(12,250,71); }
div.DivClassName
{
background-color: #0CFA47;
}
.BgClassName
{
background-color: #0CFA47;
}
</style>
border-color css
<style>
span { border-color: #0CFA47; }
span { border-color: rgb(12,250,71); }
td.TdClassName
{
border-color: #0CFA47;
}
.TagClassName
{
border-color: #0CFA47;
}
</style>