#10E14B

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

Shades of Malachite #10E14B

Tints of Malachite #10E14B

Color information

#10E14B (or 0x10E14B) is unknown color: approx Malachite. HEX triplet: 10, E1 and 4B. RGB value is (16,225,75). Sum of RGB (Red+Green+Blue) = 16+225+75=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #10E14B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E14B is #EF1EB4. Grayscale: #919191. Windows color (decimal): -15670965 or 4972816. OLE color: 4972816.

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

Color convert

RGB1622575-
CMYK0.9300.670.12
HSL136.94º86.72%47.25%-
HSV(B)136.94º92.89%88.24%-
XYZ28.4154.4715.67-
YUV145.4188.2635.7-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.06%
GREEN value IS 225 (88.28% from 255) = 71.20%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=5.06%
G=71.20%
B=23.73%

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
Decimal16225750.9300.670.12136.9486.7247.25
Hex10E14B5D043C89572f
Octal2034111313501031421112757
Binary100001110000110010111011101010000111100100010011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10E14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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