Shades of Malachite #0DFE4A
Tints of Malachite #0DFE4A
RGB
CMYK
RGB Variations
Color information
#0DFE4A (or 0x0DFE4A) is known color: Malachite. HEX triplet: 0D, FE and 4A. RGB value is (13,254,74). Sum of RGB (Red+Green+Blue) = 13+254+74=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 254 (99.61% from 255 or 74.49% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFE4A is #F201B5. Grayscale: #A1A1A1. Windows color (decimal): -15860150 or 4914701. OLE color: 4914701.
HSL color Cylindrical-coordinate representation of color #0DFE4A: hue angle of 135.19º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE4A is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 74 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.00 |
| HSL | 135.19º | 0.99% | 0.52% | - |
| HSV(B) | 135.19º | 0.95% | 1% | - |
| XYZ | 36.84 | 71.46 | 18.33 | - |
| YUV | 161.42 | 78.66 | 22.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 74 | 0.95 | 0 | 0.71 | 0.00 | 135.19 | 0.99 | 0.52 |
| Hex | D | FE | 4A | 5F | 0 | 47 | 0 | 87 | 63 | 34 |
| Octal | 15 | 376 | 112 | 137 | 0 | 107 | 0 | 207 | 143 | 64 |
| Binary | 1101 | 11111110 | 1001010 | 1011111 | 0 | 1000111 | 0 | 10000111 | 1100011 | 110100 |
Color Harmonies of #0DFE4A
Complementary color
Monochromatic Colors of #0DFE4A
Black with #0DFE4A
Text Example
Text Example
White with #0DFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFE4A; }
p { color: rgb(13,254,74); }
H1.HeaderClassName
{
color: #0DFE4A;
}
.AnyTagClassName
{
color: #0DFE4A;
}
</style>
background-color css
<style>
a { background-color: #0DFE4A; }
a { background-color: rgb(13,254,74); }
div.DivClassName
{
background-color: #0DFE4A;
}
.BgClassName
{
background-color: #0DFE4A;
}
</style>
border-color css
<style>
span { border-color: #0DFE4A; }
span { border-color: rgb(13,254,74); }
td.TdClassName
{
border-color: #0DFE4A;
}
.TagClassName
{
border-color: #0DFE4A;
}
</style>