Shades of Malachite #0AEE4D
Tints of Malachite #0AEE4D
RGB
CMYK
RGB Variations
Color information
#0AEE4D (or 0x0AEE4D) is known color: Malachite. HEX triplet: 0A, EE and 4D. RGB value is (10,238,77). Sum of RGB (Red+Green+Blue) = 10+238+77=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 238 (93.36% from 255 or 73.23% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AEE4D is #F511B2. Grayscale: #979797. Windows color (decimal): -16060851 or 5107210. OLE color: 5107210.
HSL color Cylindrical-coordinate representation of color #0AEE4D: hue angle of 137.63º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEE4D is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 77 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.07 |
| HSL | 137.63º | 0.92% | 0.49% | - |
| HSV(B) | 137.63º | 0.96% | 0.93% | - |
| XYZ | 32.04 | 61.75 | 17.25 | - |
| YUV | 151.47 | 85.96 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 77 | 0.96 | 0 | 0.68 | 0.07 | 137.63 | 0.92 | 0.49 |
| Hex | A | EE | 4D | 60 | 0 | 44 | 7 | 8A | 5C | 31 |
| Octal | 12 | 356 | 115 | 140 | 0 | 104 | 7 | 212 | 134 | 61 |
| Binary | 1010 | 11101110 | 1001101 | 1100000 | 0 | 1000100 | 111 | 10001010 | 1011100 | 110001 |
Color Harmonies of #0AEE4D
Complementary color
Monochromatic Colors of #0AEE4D
Black with #0AEE4D
Text Example
Text Example
White with #0AEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEE4D; }
p { color: rgb(10,238,77); }
H1.HeaderClassName
{
color: #0AEE4D;
}
.AnyTagClassName
{
color: #0AEE4D;
}
</style>
background-color css
<style>
a { background-color: #0AEE4D; }
a { background-color: rgb(10,238,77); }
div.DivClassName
{
background-color: #0AEE4D;
}
.BgClassName
{
background-color: #0AEE4D;
}
</style>
border-color css
<style>
span { border-color: #0AEE4D; }
span { border-color: rgb(10,238,77); }
td.TdClassName
{
border-color: #0AEE4D;
}
.TagClassName
{
border-color: #0AEE4D;
}
</style>