#10E442

Color #10E442 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #10E442

Tints of Malachite #10E442

Color information

#10E442 (or 0x10E442) is unknown color: approx Malachite. HEX triplet: 10, E4 and 42. RGB value is (16,228,66). Sum of RGB (Red+Green+Blue) = 16+228+66=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 228 (89.45% from 255 or 73.55% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 228 - color contains mainly: green. Hex color #10E442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E442 is #EF1BBD. Grayscale: #929292. Windows color (decimal): -15670206 or 4383760. OLE color: 4383760.

HSL color Cylindrical-coordinate representation of color #10E442: hue angle of 134.15º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E442 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB1622866-
CMYK0.9300.710.11
HSL134.15º86.89%47.84%-
HSV(B)134.15º92.98%89.41%-
XYZ28.9455.9914.44-
YUV146.1482.7635.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 228 (89.45% from 255) = 73.55%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=5.16%
G=73.55%
B=21.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16228660.9300.710.11134.1586.8947.84
Hex10E4425D047B865730
Octal2034410213501071320612760
Binary100001110010010000101011101010001111011100001101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10E442; }

 p { color: rgb(16,228,66); }

 H1.HeaderClassName
 {
   color: #10E442;
 }
 .AnyTagClassName
 {
   color: #10E442;
 }
</style>
background-color css

<style>
 a { background-color: #10E442; }

 a { background-color: rgb(16,228,66); }

 div.DivClassName
 {
   background-color: #10E442;
 }
 .BgClassName
 {
   background-color: #10E442;
 }
</style>
border-color css

<style>
 span { border-color: #10E442; }

 span { border-color: rgb(16,228,66); }

 td.TdClassName
 {
   border-color: #10E442;
 }
 .TagClassName
 {
   border-color: #10E442;
 }
</style>