Shades of Malachite #0CF944
Tints of Malachite #0CF944
RGB
CMYK
RGB Variations
Color information
#0CF944 (or 0x0CF944) is known color: Malachite. HEX triplet: 0C, F9 and 44. RGB value is (12,249,68). Sum of RGB (Red+Green+Blue) = 12+249+68=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF944 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CF944 is #F306BB. Grayscale: #9D9D9D. Windows color (decimal): -15926972 or 4520204. OLE color: 4520204.
HSL color Cylindrical-coordinate representation of color #0CF944: hue angle of 134.18º degrees, saturation: 0.95, 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 #0CF944 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 249 | 68 | - |
| CMYK | 0.95 | 0 | 0.73 | 0.02 |
| HSL | 134.18º | 0.95% | 0.51% | - |
| HSV(B) | 134.18º | 0.95% | 0.98% | - |
| XYZ | 35.07 | 68.25 | 16.79 | - |
| YUV | 157.5 | 77.48 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 68 | 0.95 | 0 | 0.73 | 0.02 | 134.18 | 0.95 | 0.51 |
| Hex | C | F9 | 44 | 5F | 0 | 49 | 2 | 86 | 5F | 33 |
| Octal | 14 | 371 | 104 | 137 | 0 | 111 | 2 | 206 | 137 | 63 |
| Binary | 1100 | 11111001 | 1000100 | 1011111 | 0 | 1001001 | 10 | 10000110 | 1011111 | 110011 |
Color Harmonies of #0CF944
Complementary color
Monochromatic Colors of #0CF944
Black with #0CF944
Text Example
Text Example
White with #0CF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF944; }
p { color: rgb(12,249,68); }
H1.HeaderClassName
{
color: #0CF944;
}
.AnyTagClassName
{
color: #0CF944;
}
</style>
background-color css
<style>
a { background-color: #0CF944; }
a { background-color: rgb(12,249,68); }
div.DivClassName
{
background-color: #0CF944;
}
.BgClassName
{
background-color: #0CF944;
}
</style>
border-color css
<style>
span { border-color: #0CF944; }
span { border-color: rgb(12,249,68); }
td.TdClassName
{
border-color: #0CF944;
}
.TagClassName
{
border-color: #0CF944;
}
</style>