#12FB47

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

Shades of Malachite #12FB47

Tints of Malachite #12FB47

Color information

#12FB47 (or 0x12FB47) is unknown color: approx Malachite. HEX triplet: 12, FB and 47. RGB value is (18,251,71). Sum of RGB (Red+Green+Blue) = 18+251+71=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 251 (98.44% from 255 or 73.82% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 251 - color contains mainly: green. Hex color #12FB47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FB47 is #ED04B8. Grayscale: #A1A1A1. Windows color (decimal): -15533241 or 4717330. OLE color: 4717330.

HSL color Cylindrical-coordinate representation of color #12FB47: hue angle of 133.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FB47 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB1825171-
CMYK0.9300.720.02
HSL133.65º96.68%52.75%-
HSV(B)133.65º92.83%98.43%-
XYZ35.8869.5817.5-
YUV160.8177.3126.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.29%
GREEN value IS 251 (98.44% from 255) = 73.82%
BLUE value IS 71 (28.12% from 255) = 20.88%
R=5.29%
G=73.82%
B=20.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18251710.9300.720.02133.6596.6852.75
Hex12FB475D0482866135
Octal223731071350110220614165
Binary1001011111011100011110111010100100010100001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,251,71); }

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

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

 a { background-color: rgb(18,251,71); }

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

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

 span { border-color: rgb(18,251,71); }

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