Html Css Color HEX #12E650 Malachite

📋 copy color: '#12E650'

red 18 ◦ green 230 ◦ blue 80

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

Shades of Malachite #12E650

Tints of Malachite #12E650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 5.49%
G = 70.12%
B = 24.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#12E650 (or 0x12E650) is known color: Malachite. HEX triplet: 12, E6 and 50. RGB value is (18,230,80). Sum of RGB (Red+Green+Blue) = 18+230+80=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 230 (90.23% from 255 or 70.12% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 230 - color contains mainly: green. Hex color #12E650 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12E650 is #ED19AF. Grayscale: #959595. Windows color (decimal): -15538608 or 5301778. OLE color: 5301778.

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

Color convert

RGB 18 230 80 -
CMYK 0.92 0 0.65 0.10
HSL 137.55º 0.85% 0.49% -
HSV(B) 137.55º 0.92% 0.9% -
XYZ 29.99 57.3 17.07 -
YUV 149.51 88.76 34.2 -
System Red Green Blue C M Y K H S L
Decimal 18 230 80 0.92 0 0.65 0.10 137.55 0.85 0.49
Hex 12 E6 50 5C 0 41 A 8A 55 31
Octal 22 346 120 134 0 101 12 212 125 61
Binary 10010 11100110 1010000 1011100 0 1000001 1010 10001010 1010101 110001

Color Harmonies of #12E650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E650

Black with #12E650

Text Example


Text Example

White with #12E650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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