Shades of Malachite #0CFA43
Tints of Malachite #0CFA43
RGB
CMYK
RGB Variations
Color information
#0CFA43 (or 0x0CFA43) is known color: Malachite. HEX triplet: 0C, FA and 43. RGB value is (12,250,67). Sum of RGB (Red+Green+Blue) = 12+250+67=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 250 (98.05% from 255 or 75.99% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA43 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CFA43 is #F305BC. Grayscale: #9E9E9E. Windows color (decimal): -15926717 or 4454924. OLE color: 4454924.
HSL color Cylindrical-coordinate representation of color #0CFA43: hue angle of 133.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 #0CFA43 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 250 | 67 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.02 |
| HSL | 133.87º | 0.96% | 0.51% | - |
| HSV(B) | 133.87º | 0.95% | 0.98% | - |
| XYZ | 35.35 | 68.85 | 16.74 | - |
| YUV | 157.98 | 76.65 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 250 | 67 | 0.95 | 0 | 0.73 | 0.02 | 133.87 | 0.96 | 0.51 |
| Hex | C | FA | 43 | 5F | 0 | 49 | 2 | 86 | 60 | 33 |
| Octal | 14 | 372 | 103 | 137 | 0 | 111 | 2 | 206 | 140 | 63 |
| Binary | 1100 | 11111010 | 1000011 | 1011111 | 0 | 1001001 | 10 | 10000110 | 1100000 | 110011 |
Color Harmonies of #0CFA43
Complementary color
Monochromatic Colors of #0CFA43
Black with #0CFA43
Text Example
Text Example
White with #0CFA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFA43; }
p { color: rgb(12,250,67); }
H1.HeaderClassName
{
color: #0CFA43;
}
.AnyTagClassName
{
color: #0CFA43;
}
</style>
background-color css
<style>
a { background-color: #0CFA43; }
a { background-color: rgb(12,250,67); }
div.DivClassName
{
background-color: #0CFA43;
}
.BgClassName
{
background-color: #0CFA43;
}
</style>
border-color css
<style>
span { border-color: #0CFA43; }
span { border-color: rgb(12,250,67); }
td.TdClassName
{
border-color: #0CFA43;
}
.TagClassName
{
border-color: #0CFA43;
}
</style>