#10E552

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

Shades of Malachite #10E552

Tints of Malachite #10E552

Color information

#10E552 (or 0x10E552) is unknown color: approx Malachite. HEX triplet: 10, E5 and 52. RGB value is (16,229,82). Sum of RGB (Red+Green+Blue) = 16+229+82=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #10E552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E552 is #EF1AAD. Grayscale: #949494. Windows color (decimal): -15669934 or 5432592. OLE color: 5432592.

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

Color convert

RGB1622982-
CMYK0.9300.640.10
HSL138.59º86.94%48.04%-
HSV(B)138.59º93.01%89.8%-
XYZ29.7656.7617.37-
YUV148.5690.4333.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.89%
GREEN value IS 229 (89.84% from 255) = 70.03%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=4.89%
G=70.03%
B=25.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16229820.9300.640.10138.5986.9448.04
Hex10E5525D040A8b5730
Octal2034512213501001221312760
Binary100001110010110100101011101010000001010100010111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,229,82); }

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

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

 a { background-color: rgb(16,229,82); }

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

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

 span { border-color: rgb(16,229,82); }

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