#10ef42

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

Shades of Malachite #10EF42

Tints of Malachite #10EF42

Color information

#10EF42 (or 0x10EF42) is unknown color: approx Malachite. HEX triplet: 10, EF and 42. RGB value is (16,239,66). Sum of RGB (Red+Green+Blue) = 16+239+66=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF42 is #EF10BD. Grayscale: #999999. Windows color (decimal): -15667390 or 4386576. OLE color: 4386576.

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

Color convert

RGB1623966-
CMYK0.9300.720.06
HSL133.45º87.45%50%-
HSV(B)133.45º93.31%93.73%-
XYZ32.0662.2415.48-
YUV152.679.1230.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.98%
GREEN value IS 239 (93.75% from 255) = 74.45%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=4.98%
G=74.45%
B=20.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16239660.9300.720.06133.4587.4550
Hex10EF425D0486855732
Octal203571021350110620512762
Binary10000111011111000010101110101001000110100001011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ef42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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