Shades of Malachite #0DCA58
Tints of Malachite #0DCA58
RGB
CMYK
RGB Variations
Color information
#0DCA58 (or 0x0DCA58) is known color: Malachite. HEX triplet: 0D, CA and 58. RGB value is (13,202,88). Sum of RGB (Red+Green+Blue) = 13+202+88=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCA58 is #F235A7. Grayscale: #848484. Windows color (decimal): -15873448 or 5818893. OLE color: 5818893.
HSL color Cylindrical-coordinate representation of color #0DCA58: hue angle of 143.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCA58 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 202 | 88 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.21 |
| HSL | 143.81º | 0.88% | 0.42% | - |
| HSV(B) | 143.81º | 0.94% | 0.79% | - |
| XYZ | 23.05 | 43.03 | 16.32 | - |
| YUV | 132.49 | 102.88 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 88 | 0.94 | 0 | 0.56 | 0.21 | 143.81 | 0.88 | 0.42 |
| Hex | D | CA | 58 | 5E | 0 | 38 | 15 | 90 | 58 | 2A |
| Octal | 15 | 312 | 130 | 136 | 0 | 70 | 25 | 220 | 130 | 52 |
| Binary | 1101 | 11001010 | 1011000 | 1011110 | 0 | 111000 | 10101 | 10010000 | 1011000 | 101010 |
Color Harmonies of #0DCA58
Complementary color
Monochromatic Colors of #0DCA58
Black with #0DCA58
Text Example
Text Example
White with #0DCA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCA58; }
p { color: rgb(13,202,88); }
H1.HeaderClassName
{
color: #0DCA58;
}
.AnyTagClassName
{
color: #0DCA58;
}
</style>
background-color css
<style>
a { background-color: #0DCA58; }
a { background-color: rgb(13,202,88); }
div.DivClassName
{
background-color: #0DCA58;
}
.BgClassName
{
background-color: #0DCA58;
}
</style>
border-color css
<style>
span { border-color: #0DCA58; }
span { border-color: rgb(13,202,88); }
td.TdClassName
{
border-color: #0DCA58;
}
.TagClassName
{
border-color: #0DCA58;
}
</style>