#12E750

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

Shades of Malachite #12E750

Tints of Malachite #12E750

Color information

#12E750 (or 0x12E750) is unknown color: approx Malachite. HEX triplet: 12, E7 and 50. RGB value is (18,231,80). Sum of RGB (Red+Green+Blue) = 18+231+80=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 231 (90.62% from 255 or 70.21% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 231 - color contains mainly: green. Hex color #12E750 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E750 is #ED18AF. Grayscale: #969696. Windows color (decimal): -15538352 or 5302034. OLE color: 5302034.

HSL color Cylindrical-coordinate representation of color #12E750: hue angle of 137.46º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E750 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB1823180-
CMYK0.9200.650.09
HSL137.46º85.54%48.82%-
HSV(B)137.46º92.21%90.59%-
XYZ30.2757.8617.16-
YUV150.188.4333.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 231 (90.62% from 255) = 70.21%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=5.47%
G=70.21%
B=24.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal18231800.9200.650.09137.4685.5448.82
Hex12E7505C0419895631
Octal2234712013401011121112661
Binary100101110011110100001011100010000011001100010011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12E750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,231,80); }

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

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

 a { background-color: rgb(18,231,80); }

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

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

 span { border-color: rgb(18,231,80); }

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