#10e64c

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

Shades of Malachite #10E64C

Tints of Malachite #10E64C

Color information

#10E64C (or 0x10E64C) is unknown color: approx Malachite. HEX triplet: 10, E6 and 4C. RGB value is (16,230,76). Sum of RGB (Red+Green+Blue) = 16+230+76=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 230 (90.23% from 255 or 71.43% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 230 - color contains mainly: green. Hex color #10E64C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10E64C is #EF19B3. Grayscale: #949494. Windows color (decimal): -15669684 or 5039632. OLE color: 5039632.

HSL color Cylindrical-coordinate representation of color #10E64C: hue angle of 136.82º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E64C is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB1623076-
CMYK0.9300.670.10
HSL136.82º86.99%48.24%-
HSV(B)136.82º93.04%90.2%-
XYZ29.8257.2316.31-
YUV148.4687.133.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.97%
GREEN value IS 230 (90.23% from 255) = 71.43%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=4.97%
G=71.43%
B=23.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal16230760.9300.670.10136.8286.9948.24
Hex10E64C5D043A895730
Octal2034611413501031221112760
Binary100001110011010011001011101010000111010100010011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10e64c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,230,76); }

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

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

 a { background-color: rgb(16,230,76); }

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

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

 span { border-color: rgb(16,230,76); }

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