#10DE5C

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

Shades of Malachite #10DE5C

Tints of Malachite #10DE5C

Color information

#10DE5C (or 0x10DE5C) is unknown color: approx Malachite. HEX triplet: 10, DE and 5C. RGB value is (16,222,92). Sum of RGB (Red+Green+Blue) = 16+222+92=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 222 (87.11% from 255 or 67.27% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DE5C is #EF21A3. Grayscale: #919191. Windows color (decimal): -15671716 or 6086160. OLE color: 6086160.

HSL color Cylindrical-coordinate representation of color #10DE5C: hue angle of 142.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DE5C is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB1622292-
CMYK0.9300.590.13
HSL142.14º86.55%46.67%-
HSV(B)142.14º92.79%87.06%-
XYZ28.2753.1318.89-
YUV145.5997.7535.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.85%
GREEN value IS 222 (87.11% from 255) = 67.27%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=4.85%
G=67.27%
B=27.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16222920.9300.590.13142.1486.5546.67
Hex10DE5C5D03BD8e572f
Octal203361341350731521612757
Binary10000110111101011100101110101110111101100011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,222,92); }

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

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

 a { background-color: rgb(16,222,92); }

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

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

 span { border-color: rgb(16,222,92); }

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