Shades of Malachite #0DEE5C
Tints of Malachite #0DEE5C
RGB
CMYK
RGB Variations
Color information
#0DEE5C (or 0x0DEE5C) is known color: Malachite. HEX triplet: 0D, EE and 5C. RGB value is (13,238,92). Sum of RGB (Red+Green+Blue) = 13+238+92=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 238 (93.36% from 255 or 69.39% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 238 - color contains mainly: green. Hex color #0DEE5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEE5C is #F211A3. Grayscale: #9A9A9A. Windows color (decimal): -15864228 or 6090253. OLE color: 6090253.
HSL color Cylindrical-coordinate representation of color #0DEE5C: hue angle of 141.07º 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 #0DEE5C is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 238 | 92 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.07 |
| HSL | 141.07º | 0.9% | 0.49% | - |
| HSV(B) | 141.07º | 0.95% | 0.93% | - |
| XYZ | 32.67 | 62.01 | 20.37 | - |
| YUV | 154.08 | 92.96 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 238 | 92 | 0.95 | 0 | 0.61 | 0.07 | 141.07 | 0.9 | 0.49 |
| Hex | D | EE | 5C | 5F | 0 | 3D | 7 | 8D | 5A | 31 |
| Octal | 15 | 356 | 134 | 137 | 0 | 75 | 7 | 215 | 132 | 61 |
| Binary | 1101 | 11101110 | 1011100 | 1011111 | 0 | 111101 | 111 | 10001101 | 1011010 | 110001 |
Color Harmonies of #0DEE5C
Complementary color
Monochromatic Colors of #0DEE5C
Black with #0DEE5C
Text Example
Text Example
White with #0DEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEE5C; }
p { color: rgb(13,238,92); }
H1.HeaderClassName
{
color: #0DEE5C;
}
.AnyTagClassName
{
color: #0DEE5C;
}
</style>
background-color css
<style>
a { background-color: #0DEE5C; }
a { background-color: rgb(13,238,92); }
div.DivClassName
{
background-color: #0DEE5C;
}
.BgClassName
{
background-color: #0DEE5C;
}
</style>
border-color css
<style>
span { border-color: #0DEE5C; }
span { border-color: rgb(13,238,92); }
td.TdClassName
{
border-color: #0DEE5C;
}
.TagClassName
{
border-color: #0DEE5C;
}
</style>