Shades of Malachite #10E030
Tints of Malachite #10E030
RGB
CMYK
RGB Variations
Color information
#10E030 (or 0x10E030) is known color: Malachite. HEX triplet: 10, E0 and 30. RGB value is (16,224,48). Sum of RGB (Red+Green+Blue) = 16+224+48=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 224 (87.89% from 255 or 77.78% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 224 - color contains mainly: green. Hex color #10E030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E030 is #EF1FCF. Grayscale: #8E8E8E. Windows color (decimal): -15671248 or 3203088. OLE color: 3203088.
HSL color Cylindrical-coordinate representation of color #10E030: hue angle of 129.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E030 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 224 | 48 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.12 |
| HSL | 129.23º | 0.87% | 0.47% | - |
| HSV(B) | 129.23º | 0.93% | 0.88% | - |
| XYZ | 27.4 | 53.63 | 11.7 | - |
| YUV | 141.74 | 75.09 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 224 | 48 | 0.93 | 0 | 0.79 | 0.12 | 129.23 | 0.87 | 0.47 |
| Hex | 10 | E0 | 30 | 5D | 0 | 4F | C | 81 | 57 | 2F |
| Octal | 20 | 340 | 60 | 135 | 0 | 117 | 14 | 201 | 127 | 57 |
| Binary | 10000 | 11100000 | 110000 | 1011101 | 0 | 1001111 | 1100 | 10000001 | 1010111 | 101111 |
Color Harmonies of #10E030
Complementary color
Monochromatic Colors of #10E030
Black with #10E030
Text Example
Text Example
White with #10E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E030; }
p { color: rgb(16,224,48); }
H1.HeaderClassName
{
color: #10E030;
}
.AnyTagClassName
{
color: #10E030;
}
</style>
background-color css
<style>
a { background-color: #10E030; }
a { background-color: rgb(16,224,48); }
div.DivClassName
{
background-color: #10E030;
}
.BgClassName
{
background-color: #10E030;
}
</style>
border-color css
<style>
span { border-color: #10E030; }
span { border-color: rgb(16,224,48); }
td.TdClassName
{
border-color: #10E030;
}
.TagClassName
{
border-color: #10E030;
}
</style>