#10E14A

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

Shades of Malachite #10E14A

Tints of Malachite #10E14A

Color information

#10E14A (or 0x10E14A) is unknown color: approx Malachite. HEX triplet: 10, E1 and 4A. RGB value is (16,225,74). Sum of RGB (Red+Green+Blue) = 16+225+74=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #10E14A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E14A is #EF1EB5. Grayscale: #919191. Windows color (decimal): -15670966 or 4907280. OLE color: 4907280.

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

Color convert

RGB1622574-
CMYK0.9300.670.12
HSL136.65º86.72%47.25%-
HSV(B)136.65º92.89%88.24%-
XYZ28.3754.4515.49-
YUV145.2987.7635.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.08%
GREEN value IS 225 (88.28% from 255) = 71.43%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=5.08%
G=71.43%
B=23.49%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal16225740.9300.670.12136.6586.7247.25
Hex10E14A5D043C89572f
Octal2034111213501031421112757
Binary100001110000110010101011101010000111100100010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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