#12FF5D

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

Shades of Malachite #12FF5D

Tints of Malachite #12FF5D

Color information

#12FF5D (or 0x12FF5D) is unknown color: approx Malachite. HEX triplet: 12, FF and 5D. RGB value is (18,255,93). Sum of RGB (Red+Green+Blue) = 18+255+93=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12FF5D is #ED00A2. Grayscale: #A6A6A6. Windows color (decimal): -15532195 or 6160146. OLE color: 6160146.

HSL color Cylindrical-coordinate representation of color #12FF5D: hue angle of 138.99º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF5D is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB1825593-
CMYK0.9300.640
HSL138.99º100%53.53%-
HSV(B)138.99º92.94%100%-
XYZ37.9972.4422.34-
YUV165.6786.9822.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.92%
GREEN value IS 255 (100% from 255) = 69.67%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=4.92%
G=69.67%
B=25.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18255930.9300.640138.9910053.53
Hex12FF5D5D04008b6436
Octal223771351350100021314466
Binary100101111111110111011011101010000000100010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12FF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,255,93); }

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

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

 a { background-color: rgb(18,255,93); }

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

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

 span { border-color: rgb(18,255,93); }

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