#13E242

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

Shades of Malachite #13E242

Tints of Malachite #13E242

Color information

#13E242 (or 0x13E242) is unknown color: approx Malachite. HEX triplet: 13, E2 and 42. RGB value is (19,226,66). Sum of RGB (Red+Green+Blue) = 19+226+66=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 226 (88.67% from 255 or 72.67% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 226 - color contains mainly: green. Hex color #13E242 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E242 is #EC1DBD. Grayscale: #929292. Windows color (decimal): -15474110 or 4383251. OLE color: 4383251.

HSL color Cylindrical-coordinate representation of color #13E242: hue angle of 133.62º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E242 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB1922666-
CMYK0.9200.710.11
HSL133.62º84.49%48.04%-
HSV(B)133.62º91.59%88.63%-
XYZ28.4554.9214.26-
YUV145.8782.9237.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.11%
GREEN value IS 226 (88.67% from 255) = 72.67%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=6.11%
G=72.67%
B=21.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19226660.9200.710.11133.6284.4948.04
Hex13E2425C047B865430
Octal2334210213401071320612460
Binary100111110001010000101011100010001111011100001101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13E242; }

 p { color: rgb(19,226,66); }

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

<style>
 a { background-color: #13E242; }

 a { background-color: rgb(19,226,66); }

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

<style>
 span { border-color: #13E242; }

 span { border-color: rgb(19,226,66); }

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