#12E33E

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

Shades of Malachite #12E33E

Tints of Malachite #12E33E

Color information

#12E33E (or 0x12E33E) is unknown color: approx Malachite. HEX triplet: 12, E3 and 3E. RGB value is (18,227,62). Sum of RGB (Red+Green+Blue) = 18+227+62=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 227 (89.06% from 255 or 73.94% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 227 - color contains mainly: green. Hex color #12E33E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E33E is #ED1CC1. Grayscale: #929292. Windows color (decimal): -15539394 or 4121362. OLE color: 4121362.

HSL color Cylindrical-coordinate representation of color #12E33E: hue angle of 132.63º degrees, saturation: 0.85, 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 #12E33E is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB1822762-
CMYK0.9200.730.11
HSL132.63º85.31%48.04%-
HSV(B)132.63º92.07%89.02%-
XYZ28.5955.4113.75-
YUV145.780.7636.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 227 (89.06% from 255) = 73.94%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=5.86%
G=73.94%
B=20.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal18227620.9200.730.11132.6385.3148.04
Hex12E33E5C049B855530
Octal223437613401111320512560
Binary10010111000111111101011100010010011011100001011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12E33E; }

 p { color: rgb(18,227,62); }

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

<style>
 a { background-color: #12E33E; }

 a { background-color: rgb(18,227,62); }

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

<style>
 span { border-color: #12E33E; }

 span { border-color: rgb(18,227,62); }

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