#10EF52

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

Shades of Malachite #10EF52

Tints of Malachite #10EF52

Color information

#10EF52 (or 0x10EF52) is unknown color: approx Malachite. HEX triplet: 10, EF and 52. RGB value is (16,239,82). Sum of RGB (Red+Green+Blue) = 16+239+82=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 239 (93.75% from 255 or 70.92% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #10EF52 is #EF10AD. Grayscale: #9A9A9A. Windows color (decimal): -15667374 or 5435152. OLE color: 5435152.

HSL color Cylindrical-coordinate representation of color #10EF52: hue angle of 137.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EF52 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB1623982-
CMYK0.9300.660.06
HSL137.76º87.45%50%-
HSV(B)137.76º93.31%93.73%-
XYZ32.662.4518.32-
YUV154.4287.1229.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.75%
GREEN value IS 239 (93.75% from 255) = 70.92%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=4.75%
G=70.92%
B=24.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16239820.9300.660.06137.7687.4550
Hex10EF525D04268a5732
Octal203571221350102621212762
Binary10000111011111010010101110101000010110100010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10EF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,239,82); }

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

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

 a { background-color: rgb(16,239,82); }

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

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

 span { border-color: rgb(16,239,82); }

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