Html Css Color HEX #12E842 Malachite

📋 copy color: '#12E842'

red 18 ◦ green 232 ◦ blue 66

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

Shades of Malachite #12E842

Tints of Malachite #12E842

RGB

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

 GREEN value IS 232 (91.02% from 255) = 73.42%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 5.7%
G = 73.42%
B = 20.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#12E842 (or 0x12E842) is known color: Malachite. HEX triplet: 12, E8 and 42. RGB value is (18,232,66). Sum of RGB (Red+Green+Blue) = 18+232+66=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 232 (91.02% from 255 or 73.42% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 232 - color contains mainly: green. Hex color #12E842 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E842 is #ED17BD. Grayscale: #959595. Windows color (decimal): -15538110 or 4384786. OLE color: 4384786.

HSL color Cylindrical-coordinate representation of color #12E842: hue angle of 133.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 #12E842 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 232 66 -
CMYK 0.92 0 0.72 0.09
HSL 133.46º 0.86% 0.49% -
HSV(B) 133.46º 0.92% 0.91% -
XYZ 30.09 58.24 14.81 -
YUV 149.09 81.1 34.5 -
System Red Green Blue C M Y K H S L
Decimal 18 232 66 0.92 0 0.72 0.09 133.46 0.86 0.49
Hex 12 E8 42 5C 0 48 9 85 56 31
Octal 22 350 102 134 0 110 11 205 126 61
Binary 10010 11101000 1000010 1011100 0 1001000 1001 10000101 1010110 110001

Color Harmonies of #12E842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E842

Black with #12E842

Text Example


Text Example

White with #12E842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,232,66); }

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

background-color css

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

 a { background-color: rgb(18,232,66); }

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

border-color css

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

 span { border-color: rgb(18,232,66); }

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