Shades of Malachite #0DF95E
Tints of Malachite #0DF95E
RGB
CMYK
RGB Variations
Color information
#0DF95E (or 0x0DF95E) is known color: Malachite. HEX triplet: 0D, F9 and 5E. RGB value is (13,249,94). Sum of RGB (Red+Green+Blue) = 13+249+94=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #0DF95E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF95E is #F206A1. Grayscale: #A1A1A1. Windows color (decimal): -15861410 or 6224141. OLE color: 6224141.
HSL color Cylindrical-coordinate representation of color #0DF95E: hue angle of 140.59º 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 #0DF95E is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 249 | 94 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.02 |
| HSL | 140.59º | 0.95% | 0.51% | - |
| HSV(B) | 140.59º | 0.95% | 0.98% | - |
| XYZ | 36.06 | 68.65 | 21.94 | - |
| YUV | 160.77 | 90.31 | 22.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 249 | 94 | 0.95 | 0 | 0.62 | 0.02 | 140.59 | 0.95 | 0.51 |
| Hex | D | F9 | 5E | 5F | 0 | 3E | 2 | 8D | 5F | 33 |
| Octal | 15 | 371 | 136 | 137 | 0 | 76 | 2 | 215 | 137 | 63 |
| Binary | 1101 | 11111001 | 1011110 | 1011111 | 0 | 111110 | 10 | 10001101 | 1011111 | 110011 |
Color Harmonies of #0DF95E
Complementary color
Monochromatic Colors of #0DF95E
Black with #0DF95E
Text Example
Text Example
White with #0DF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF95E; }
p { color: rgb(13,249,94); }
H1.HeaderClassName
{
color: #0DF95E;
}
.AnyTagClassName
{
color: #0DF95E;
}
</style>
background-color css
<style>
a { background-color: #0DF95E; }
a { background-color: rgb(13,249,94); }
div.DivClassName
{
background-color: #0DF95E;
}
.BgClassName
{
background-color: #0DF95E;
}
</style>
border-color css
<style>
span { border-color: #0DF95E; }
span { border-color: rgb(13,249,94); }
td.TdClassName
{
border-color: #0DF95E;
}
.TagClassName
{
border-color: #0DF95E;
}
</style>