#12F645

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

Shades of Malachite #12F645

Tints of Malachite #12F645

Color information

#12F645 (or 0x12F645) is unknown color: approx Malachite. HEX triplet: 12, F6 and 45. RGB value is (18,246,69). Sum of RGB (Red+Green+Blue) = 18+246+69=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 246 (96.48% from 255 or 73.87% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 246 - color contains mainly: green. Hex color #12F645 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F645 is #ED09BA. Grayscale: #9E9E9E. Windows color (decimal): -15534523 or 4584978. OLE color: 4584978.

HSL color Cylindrical-coordinate representation of color #12F645: hue angle of 133.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F645 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB1824669-
CMYK0.9300.720.04
HSL133.42º92.68%51.76%-
HSV(B)133.42º92.68%96.47%-
XYZ34.2866.4716.65-
YUV157.6577.9628.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.41%
GREEN value IS 246 (96.48% from 255) = 73.87%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=5.41%
G=73.87%
B=20.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal18246690.9300.720.04133.4292.6851.76
Hex12F6455D0484855d34
Octal223661051350110420513564
Binary10010111101101000101101110101001000100100001011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12F645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,246,69); }

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

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

 a { background-color: rgb(18,246,69); }

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

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

 span { border-color: rgb(18,246,69); }

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