#10E170

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

Shades of Malachite #10E170

Tints of Malachite #10E170

Color information

#10E170 (or 0x10E170) is unknown color: approx Malachite. HEX triplet: 10, E1 and 70. RGB value is (16,225,112). Sum of RGB (Red+Green+Blue) = 16+225+112=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #10E170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10E170 is #EF1E8F. Grayscale: #959595. Windows color (decimal): -15670928 or 7397648. OLE color: 7397648.

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

Color convert

RGB16225112-
CMYK0.9300.500.12
HSL147.56º86.72%47.25%-
HSV(B)147.56º92.89%88.24%-
XYZ30.0655.1324.39-
YUV149.63106.7632.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.53%
GREEN value IS 225 (88.28% from 255) = 63.74%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=4.53%
G=63.74%
B=31.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal162251120.9300.500.12147.5686.7247.25
Hex10E1705D032C94572f
Octal203411601350621422412757
Binary10000111000011110000101110101100101100100101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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