Html Css Color HEX #12E75D Malachite

📋 copy color: '#12E75D'

red 18 ◦ green 231 ◦ blue 93

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

Shades of Malachite #12E75D

Tints of Malachite #12E75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 67.54%

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 5.26%
G = 67.54%
B = 27.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#12E75D (or 0x12E75D) is known color: Malachite. HEX triplet: 12, E7 and 5D. RGB value is (18,231,93). Sum of RGB (Red+Green+Blue) = 18+231+93=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 231 (90.62% from 255 or 67.54% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 231 - color contains mainly: green. Hex color #12E75D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E75D is #ED18A2. Grayscale: #979797. Windows color (decimal): -15538339 or 6154002. OLE color: 6154002.

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

Color convert

RGB 18 231 93 -
CMYK 0.92 0 0.60 0.09
HSL 141.13º 0.86% 0.49% -
HSV(B) 141.13º 0.92% 0.91% -
XYZ 30.8 58.07 19.94 -
YUV 151.58 94.93 32.72 -
System Red Green Blue C M Y K H S L
Decimal 18 231 93 0.92 0 0.60 0.09 141.13 0.86 0.49
Hex 12 E7 5D 5C 0 3C 9 8D 56 31
Octal 22 347 135 134 0 74 11 215 126 61
Binary 10010 11100111 1011101 1011100 0 111100 1001 10001101 1010110 110001

Color Harmonies of #12E75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E75D

Black with #12E75D

Text Example


Text Example

White with #12E75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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