Html Css Color HEX #12E632 Malachite

📋 copy color: '#12E632'

red 18 ◦ green 230 ◦ blue 50

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

Shades of Malachite #12E632

Tints of Malachite #12E632

RGB

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

 GREEN value IS 230 (90.23% from 255) = 77.18%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 6.04%
G = 77.18%
B = 16.78%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#12E632 (or 0x12E632) is known color: Malachite. HEX triplet: 12, E6 and 32. RGB value is (18,230,50). Sum of RGB (Red+Green+Blue) = 18+230+50=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 230 (90.23% from 255 or 77.18% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 230 - color contains mainly: green. Hex color #12E632 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E632 is #ED19CD. Grayscale: #929292. Windows color (decimal): -15538638 or 3335698. OLE color: 3335698.

HSL color Cylindrical-coordinate representation of color #12E632: hue angle of 129.06º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E632 is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 230 50 -
CMYK 0.92 0 0.78 0.10
HSL 129.06º 0.85% 0.49% -
HSV(B) 129.06º 0.92% 0.9% -
XYZ 29.12 56.95 12.48 -
YUV 146.09 73.76 36.64 -
System Red Green Blue C M Y K H S L
Decimal 18 230 50 0.92 0 0.78 0.10 129.06 0.85 0.49
Hex 12 E6 32 5C 0 4E A 81 55 31
Octal 22 346 62 134 0 116 12 201 125 61
Binary 10010 11100110 110010 1011100 0 1001110 1010 10000001 1010101 110001

Color Harmonies of #12E632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E632

Black with #12E632

Text Example


Text Example

White with #12E632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,230,50); }

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

background-color css

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

 a { background-color: rgb(18,230,50); }

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

border-color css

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

 span { border-color: rgb(18,230,50); }

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