#10E156

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

Shades of Malachite #10E156

Tints of Malachite #10E156

Color information

#10E156 (or 0x10E156) is unknown color: approx Malachite. HEX triplet: 10, E1 and 56. RGB value is (16,225,86). Sum of RGB (Red+Green+Blue) = 16+225+86=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #10E156 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E156 is #EF1EA9. Grayscale: #939393. Windows color (decimal): -15670954 or 5693712. OLE color: 5693712.

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

Color convert

RGB1622586-
CMYK0.9300.620.12
HSL140.1º86.72%47.25%-
HSV(B)140.1º92.89%88.24%-
XYZ28.8254.6317.83-
YUV146.6693.7634.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.89%
GREEN value IS 225 (88.28% from 255) = 68.81%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=4.89%
G=68.81%
B=26.30%

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
Decimal16225860.9300.620.12140.186.7247.25
Hex10E1565D03EC8c572f
Octal203411261350761421412757
Binary10000111000011010110101110101111101100100011001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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