#10E13C

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

Shades of Malachite #10E13C

Tints of Malachite #10E13C

Color information

#10E13C (or 0x10E13C) is unknown color: approx Malachite. HEX triplet: 10, E1 and 3C. RGB value is (16,225,60). Sum of RGB (Red+Green+Blue) = 16+225+60=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 225 (88.28% from 255 or 74.75% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 225 - color contains mainly: green. Hex color #10E13C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E13C is #EF1EC3. Grayscale: #909090. Windows color (decimal): -15670980 or 3989776. OLE color: 3989776.

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

Color convert

RGB1622560-
CMYK0.9300.730.12
HSL132.63º86.72%47.25%-
HSV(B)132.63º92.89%88.24%-
XYZ27.9554.2913.28-
YUV143.780.7636.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 225 (88.28% from 255) = 74.75%
BLUE value IS 60 (23.83% from 255) = 19.93%
R=5.32%
G=74.75%
B=19.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16225600.9300.730.12132.6386.7247.25
Hex10E13C5D049C85572f
Octal203417413501111420512757
Binary10000111000011111001011101010010011100100001011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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