Html Css Color HEX #12E346 Malachite

📋 copy color: '#12E346'

red 18 ◦ green 227 ◦ blue 70

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

Shades of Malachite #12E346

Tints of Malachite #12E346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 72.06%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 5.71%
G = 72.06%
B = 22.22%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#12E346 (or 0x12E346) is known color: Malachite. HEX triplet: 12, E3 and 46. RGB value is (18,227,70). Sum of RGB (Red+Green+Blue) = 18+227+70=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 227 (89.06% from 255 or 72.06% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 227 - color contains mainly: green. Hex color #12E346 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E346 is #ED1CB9. Grayscale: #939393. Windows color (decimal): -15539386 or 4645650. OLE color: 4645650.

HSL color Cylindrical-coordinate representation of color #12E346: hue angle of 134.93º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E346 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 227 70 -
CMYK 0.92 0 0.69 0.11
HSL 134.93º 0.85% 0.48% -
HSV(B) 134.93º 0.92% 0.89% -
XYZ 28.82 55.51 14.99 -
YUV 146.61 84.76 36.27 -
System Red Green Blue C M Y K H S L
Decimal 18 227 70 0.92 0 0.69 0.11 134.93 0.85 0.48
Hex 12 E3 46 5C 0 45 B 87 55 30
Octal 22 343 106 134 0 105 13 207 125 60
Binary 10010 11100011 1000110 1011100 0 1000101 1011 10000111 1010101 110000

Color Harmonies of #12E346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E346

Black with #12E346

Text Example


Text Example

White with #12E346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,227,70); }

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

background-color css

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

 a { background-color: rgb(18,227,70); }

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

border-color css

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

 span { border-color: rgb(18,227,70); }

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