Shades of Malachite #0CED58
Tints of Malachite #0CED58
RGB
CMYK
RGB Variations
Color information
#0CED58 (or 0x0CED58) is known color: Malachite. HEX triplet: 0C, ED and 58. RGB value is (12,237,88). Sum of RGB (Red+Green+Blue) = 12+237+88=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #0CED58 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CED58 is #F312A7. Grayscale: #999999. Windows color (decimal): -15930024 or 5827852. OLE color: 5827852.
HSL color Cylindrical-coordinate representation of color #0CED58: hue angle of 140.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CED58 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 88 | - |
| CMYK | 0.95 | 0 | 0.63 | 0.07 |
| HSL | 140.27º | 0.9% | 0.49% | - |
| HSV(B) | 140.27º | 0.95% | 0.93% | - |
| XYZ | 32.2 | 61.35 | 19.38 | - |
| YUV | 152.74 | 91.46 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 88 | 0.95 | 0 | 0.63 | 0.07 | 140.27 | 0.9 | 0.49 |
| Hex | C | ED | 58 | 5F | 0 | 3F | 7 | 8C | 5A | 31 |
| Octal | 14 | 355 | 130 | 137 | 0 | 77 | 7 | 214 | 132 | 61 |
| Binary | 1100 | 11101101 | 1011000 | 1011111 | 0 | 111111 | 111 | 10001100 | 1011010 | 110001 |
Color Harmonies of #0CED58
Complementary color
Monochromatic Colors of #0CED58
Black with #0CED58
Text Example
Text Example
White with #0CED58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CED58; }
p { color: rgb(12,237,88); }
H1.HeaderClassName
{
color: #0CED58;
}
.AnyTagClassName
{
color: #0CED58;
}
</style>
background-color css
<style>
a { background-color: #0CED58; }
a { background-color: rgb(12,237,88); }
div.DivClassName
{
background-color: #0CED58;
}
.BgClassName
{
background-color: #0CED58;
}
</style>
border-color css
<style>
span { border-color: #0CED58; }
span { border-color: rgb(12,237,88); }
td.TdClassName
{
border-color: #0CED58;
}
.TagClassName
{
border-color: #0CED58;
}
</style>