#10DE5A

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

Shades of Malachite #10DE5A

Tints of Malachite #10DE5A

Color information

#10DE5A (or 0x10DE5A) is unknown color: approx Malachite. HEX triplet: 10, DE and 5A. RGB value is (16,222,90). Sum of RGB (Red+Green+Blue) = 16+222+90=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 222 (87.11% from 255 or 67.68% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 222 - color contains mainly: green. Hex color #10DE5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DE5A is #EF21A5. Grayscale: #919191. Windows color (decimal): -15671718 or 5955088. OLE color: 5955088.

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

Color convert

RGB1622290-
CMYK0.9300.590.13
HSL141.55º86.55%46.67%-
HSV(B)141.55º92.79%87.06%-
XYZ28.1853.0918.44-
YUV145.3696.7535.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.88%
GREEN value IS 222 (87.11% from 255) = 67.68%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=4.88%
G=67.68%
B=27.44%

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
Decimal16222900.9300.590.13141.5586.5546.67
Hex10DE5A5D03BD8e572f
Octal203361321350731521612757
Binary10000110111101011010101110101110111101100011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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