Html Css Color HEX #12E93A Malachite

📋 copy color: '#12E93A'

red 18 ◦ green 233 ◦ blue 58

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

Shades of Malachite #12E93A

Tints of Malachite #12E93A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 75.4%

 BLUE value IS 58 (23.05% from 255) = 18.77%

R = 5.83%
G = 75.4%
B = 18.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.09

RGB Variations

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

Color information

#12E93A (or 0x12E93A) is known color: Malachite. HEX triplet: 12, E9 and 3A. RGB value is (18,233,58). Sum of RGB (Red+Green+Blue) = 18+233+58=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 233 (91.41% from 255 or 75.40% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 233 - color contains mainly: green. Hex color #12E93A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E93A is #ED16C5. Grayscale: #959595. Windows color (decimal): -15537862 or 3860754. OLE color: 3860754.

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

Color convert

RGB 18 233 58 -
CMYK 0.92 0 0.75 0.09
HSL 131.16º 0.86% 0.49% -
HSV(B) 131.16º 0.92% 0.91% -
XYZ 30.15 58.71 13.75 -
YUV 148.77 76.77 34.73 -
System Red Green Blue C M Y K H S L
Decimal 18 233 58 0.92 0 0.75 0.09 131.16 0.86 0.49
Hex 12 E9 3A 5C 0 4B 9 83 56 31
Octal 22 351 72 134 0 113 11 203 126 61
Binary 10010 11101001 111010 1011100 0 1001011 1001 10000011 1010110 110001

Color Harmonies of #12E93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E93A

Black with #12E93A

Text Example


Text Example

White with #12E93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,233,58); }

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

background-color css

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

 a { background-color: rgb(18,233,58); }

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

border-color css

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

 span { border-color: rgb(18,233,58); }

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