Html Css Color HEX #12EC62 Malachite

📋 copy color: '#12EC62'

red 18 ◦ green 236 ◦ blue 98

#12EC62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #12EC62

Tints of Malachite #12EC62

RGB

 RED value IS 18 (7.42% from 255) = 5.11%

 GREEN value IS 236 (92.58% from 255) = 67.05%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 5.11%
G = 67.05%
B = 27.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#12EC62 (or 0x12EC62) is known color: Malachite. HEX triplet: 12, EC and 62. RGB value is (18,236,98). Sum of RGB (Red+Green+Blue) = 18+236+98=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 236 (92.58% from 255 or 67.05% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC62 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EC62 is #ED139D. Grayscale: #9B9B9B. Windows color (decimal): -15537054 or 6482962. OLE color: 6482962.

HSL color Cylindrical-coordinate representation of color #12EC62: hue angle of 142.02º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EC62 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 236 98 -
CMYK 0.92 0 0.58 0.07
HSL 142.02º 0.86% 0.5% -
HSV(B) 142.02º 0.92% 0.93% -
XYZ 32.45 61 21.62 -
YUV 155.09 95.78 30.22 -
System Red Green Blue C M Y K H S L
Decimal 18 236 98 0.92 0 0.58 0.07 142.02 0.86 0.5
Hex 12 EC 62 5C 0 3A 7 8E 56 32
Octal 22 354 142 134 0 72 7 216 126 62
Binary 10010 11101100 1100010 1011100 0 111010 111 10001110 1010110 110010

Color Harmonies of #12EC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EC62

Black with #12EC62

Text Example


Text Example

White with #12EC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,236,98); }

 H1.HeaderClassName
 {
   color: #12EC62;
 }
 .AnyTagClassName
 {
   color: #12EC62;
 }
</style>

background-color css

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

 a { background-color: rgb(18,236,98); }

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

border-color css

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

 span { border-color: rgb(18,236,98); }

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