Shades of Malachite #01EF4A
Tints of Malachite #01EF4A
RGB
CMYK
RGB Variations
Color information
#01EF4A (or 0x01EF4A) is known color: Malachite. HEX triplet: 01, EF and 4A. RGB value is (1,239,74). Sum of RGB (Red+Green+Blue) = 1+239+74=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 239 (93.75% from 255 or 76.11% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF4A is #FE10B5. Grayscale: #959595. Windows color (decimal): -16650422 or 4910849. OLE color: 4910849.
HSL color Cylindrical-coordinate representation of color #01EF4A: hue angle of 138.4º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF4A is Cyan = 1.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 74 | - |
| CMYK | 1.00 | 0 | 0.69 | 0.06 |
| HSL | 138.4º | 0.99% | 0.47% | - |
| HSV(B) | 138.4º | 1% | 0.94% | - |
| XYZ | 32.12 | 62.23 | 16.8 | - |
| YUV | 149.03 | 85.65 | 22.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 74 | 1.00 | 0 | 0.69 | 0.06 | 138.4 | 0.99 | 0.47 |
| Hex | 1 | EF | 4A | 64 | 0 | 45 | 6 | 8A | 63 | 2F |
| Octal | 1 | 357 | 112 | 144 | 0 | 105 | 6 | 212 | 143 | 57 |
| Binary | 1 | 11101111 | 1001010 | 1100100 | 0 | 1000101 | 110 | 10001010 | 1100011 | 101111 |
Color Harmonies of #01EF4A
Complementary color
Monochromatic Colors of #01EF4A
Black with #01EF4A
Text Example
Text Example
White with #01EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF4A; }
p { color: rgb(1,239,74); }
H1.HeaderClassName
{
color: #01EF4A;
}
.AnyTagClassName
{
color: #01EF4A;
}
</style>
background-color css
<style>
a { background-color: #01EF4A; }
a { background-color: rgb(1,239,74); }
div.DivClassName
{
background-color: #01EF4A;
}
.BgClassName
{
background-color: #01EF4A;
}
</style>
border-color css
<style>
span { border-color: #01EF4A; }
span { border-color: rgb(1,239,74); }
td.TdClassName
{
border-color: #01EF4A;
}
.TagClassName
{
border-color: #01EF4A;
}
</style>