Shades of Malachite #07EA4A
Tints of Malachite #07EA4A
RGB
CMYK
RGB Variations
Color information
#07EA4A (or 0x07EA4A) is known color: Malachite. HEX triplet: 07, EA and 4A. RGB value is (7,234,74). Sum of RGB (Red+Green+Blue) = 7+234+74=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 234 (91.80% from 255 or 74.29% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 234 - color contains mainly: green. Hex color #07EA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07EA4A is #F815B5. Grayscale: #949494. Windows color (decimal): -16258486 or 4909575. OLE color: 4909575.
HSL color Cylindrical-coordinate representation of color #07EA4A: hue angle of 137.71º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EA4A is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 234 | 74 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.08 |
| HSL | 137.71º | 0.94% | 0.47% | - |
| HSV(B) | 137.71º | 0.97% | 0.92% | - |
| XYZ | 30.75 | 59.39 | 16.32 | - |
| YUV | 147.89 | 86.29 | 27.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 234 | 74 | 0.97 | 0 | 0.68 | 0.08 | 137.71 | 0.94 | 0.47 |
| Hex | 7 | EA | 4A | 61 | 0 | 44 | 8 | 8A | 5E | 2F |
| Octal | 7 | 352 | 112 | 141 | 0 | 104 | 10 | 212 | 136 | 57 |
| Binary | 111 | 11101010 | 1001010 | 1100001 | 0 | 1000100 | 1000 | 10001010 | 1011110 | 101111 |
Color Harmonies of #07EA4A
Complementary color
Monochromatic Colors of #07EA4A
Black with #07EA4A
Text Example
Text Example
White with #07EA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EA4A; }
p { color: rgb(7,234,74); }
H1.HeaderClassName
{
color: #07EA4A;
}
.AnyTagClassName
{
color: #07EA4A;
}
</style>
background-color css
<style>
a { background-color: #07EA4A; }
a { background-color: rgb(7,234,74); }
div.DivClassName
{
background-color: #07EA4A;
}
.BgClassName
{
background-color: #07EA4A;
}
</style>
border-color css
<style>
span { border-color: #07EA4A; }
span { border-color: rgb(7,234,74); }
td.TdClassName
{
border-color: #07EA4A;
}
.TagClassName
{
border-color: #07EA4A;
}
</style>