Html Css Color HEX #12E75B Malachite

📋 copy color: '#12E75B'

red 18 ◦ green 231 ◦ blue 91

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

Shades of Malachite #12E75B

Tints of Malachite #12E75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 5.29%
G = 67.94%
B = 26.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#12E75B (or 0x12E75B) is known color: Malachite. HEX triplet: 12, E7 and 5B. RGB value is (18,231,91). Sum of RGB (Red+Green+Blue) = 18+231+91=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #12E75B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E75B is #ED18A4. Grayscale: #979797. Windows color (decimal): -15538341 or 6022930. OLE color: 6022930.

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

Color convert

RGB 18 231 91 -
CMYK 0.92 0 0.61 0.09
HSL 140.56º 0.86% 0.49% -
HSV(B) 140.56º 0.92% 0.91% -
XYZ 30.71 58.04 19.48 -
YUV 151.35 93.93 32.88 -
System Red Green Blue C M Y K H S L
Decimal 18 231 91 0.92 0 0.61 0.09 140.56 0.86 0.49
Hex 12 E7 5B 5C 0 3D 9 8D 56 31
Octal 22 347 133 134 0 75 11 215 126 61
Binary 10010 11100111 1011011 1011100 0 111101 1001 10001101 1010110 110001

Color Harmonies of #12E75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E75B

Black with #12E75B

Text Example


Text Example

White with #12E75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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