#10E155

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

Shades of Malachite #10E155

Tints of Malachite #10E155

Color information

#10E155 (or 0x10E155) is unknown color: approx Malachite. HEX triplet: 10, E1 and 55. RGB value is (16,225,85). Sum of RGB (Red+Green+Blue) = 16+225+85=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #10E155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E155 is #EF1EAA. Grayscale: #929292. Windows color (decimal): -15670955 or 5628176. OLE color: 5628176.

HSL color Cylindrical-coordinate representation of color #10E155: hue angle of 139.81º 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 #10E155 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB1622585-
CMYK0.9300.620.12
HSL139.81º86.72%47.25%-
HSV(B)139.81º92.89%88.24%-
XYZ28.7854.6217.62-
YUV146.5593.2634.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.91%
GREEN value IS 225 (88.28% from 255) = 69.02%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=4.91%
G=69.02%
B=26.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16225850.9300.620.12139.8186.7247.25
Hex10E1555D03EC8c572f
Octal203411251350761421412757
Binary10000111000011010101101110101111101100100011001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,225,85); }

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

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

 a { background-color: rgb(16,225,85); }

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

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

 span { border-color: rgb(16,225,85); }

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