Shades of Malachite #0AEE4C
Tints of Malachite #0AEE4C
RGB
CMYK
RGB Variations
Color information
#0AEE4C (or 0x0AEE4C) is known color: Malachite. HEX triplet: 0A, EE and 4C. RGB value is (10,238,76). Sum of RGB (Red+Green+Blue) = 10+238+76=324 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.09% from 324); Green value is 238 (93.36% from 255 or 73.46% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE4C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEE4C is #F511B3. Grayscale: #979797. Windows color (decimal): -16060852 or 5041674. OLE color: 5041674.
HSL color Cylindrical-coordinate representation of color #0AEE4C: hue angle of 137.37º 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 #0AEE4C is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 238 | 76 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.07 |
| HSL | 137.37º | 0.92% | 0.49% | - |
| HSV(B) | 137.37º | 0.96% | 0.93% | - |
| XYZ | 32 | 61.74 | 17.07 | - |
| YUV | 151.36 | 85.46 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 238 | 76 | 0.96 | 0 | 0.68 | 0.07 | 137.37 | 0.92 | 0.49 |
| Hex | A | EE | 4C | 60 | 0 | 44 | 7 | 89 | 5C | 31 |
| Octal | 12 | 356 | 114 | 140 | 0 | 104 | 7 | 211 | 134 | 61 |
| Binary | 1010 | 11101110 | 1001100 | 1100000 | 0 | 1000100 | 111 | 10001001 | 1011100 | 110001 |
Color Harmonies of #0AEE4C
Complementary color
Monochromatic Colors of #0AEE4C
Black with #0AEE4C
Text Example
Text Example
White with #0AEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AEE4C; }
p { color: rgb(10,238,76); }
H1.HeaderClassName
{
color: #0AEE4C;
}
.AnyTagClassName
{
color: #0AEE4C;
}
</style>
background-color css
<style>
a { background-color: #0AEE4C; }
a { background-color: rgb(10,238,76); }
div.DivClassName
{
background-color: #0AEE4C;
}
.BgClassName
{
background-color: #0AEE4C;
}
</style>
border-color css
<style>
span { border-color: #0AEE4C; }
span { border-color: rgb(10,238,76); }
td.TdClassName
{
border-color: #0AEE4C;
}
.TagClassName
{
border-color: #0AEE4C;
}
</style>