Shades of Malachite #0CF953
Tints of Malachite #0CF953
RGB
CMYK
RGB Variations
Color information
#0CF953 (or 0x0CF953) is known color: Malachite. HEX triplet: 0C, F9 and 53. RGB value is (12,249,83). Sum of RGB (Red+Green+Blue) = 12+249+83=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF953 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF953 is #F306AC. Grayscale: #9F9F9F. Windows color (decimal): -15926957 or 5503244. OLE color: 5503244.
HSL color Cylindrical-coordinate representation of color #0CF953: hue angle of 137.97º 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 #0CF953 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 249 | 83 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.02 |
| HSL | 137.97º | 0.95% | 0.51% | - |
| HSV(B) | 137.97º | 0.95% | 0.98% | - |
| XYZ | 35.59 | 68.45 | 19.52 | - |
| YUV | 159.21 | 84.98 | 23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 249 | 83 | 0.95 | 0 | 0.67 | 0.02 | 137.97 | 0.95 | 0.51 |
| Hex | C | F9 | 53 | 5F | 0 | 43 | 2 | 8A | 5F | 33 |
| Octal | 14 | 371 | 123 | 137 | 0 | 103 | 2 | 212 | 137 | 63 |
| Binary | 1100 | 11111001 | 1010011 | 1011111 | 0 | 1000011 | 10 | 10001010 | 1011111 | 110011 |
Color Harmonies of #0CF953
Complementary color
Monochromatic Colors of #0CF953
Black with #0CF953
Text Example
Text Example
White with #0CF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF953; }
p { color: rgb(12,249,83); }
H1.HeaderClassName
{
color: #0CF953;
}
.AnyTagClassName
{
color: #0CF953;
}
</style>
background-color css
<style>
a { background-color: #0CF953; }
a { background-color: rgb(12,249,83); }
div.DivClassName
{
background-color: #0CF953;
}
.BgClassName
{
background-color: #0CF953;
}
</style>
border-color css
<style>
span { border-color: #0CF953; }
span { border-color: rgb(12,249,83); }
td.TdClassName
{
border-color: #0CF953;
}
.TagClassName
{
border-color: #0CF953;
}
</style>