Html Css Color HEX #12E136 Malachite

📋 copy color: '#12E136'

red 18 ◦ green 225 ◦ blue 54

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

Shades of Malachite #12E136

Tints of Malachite #12E136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.76%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 6.06%
G = 75.76%
B = 18.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#12E136 (or 0x12E136) is known color: Malachite. HEX triplet: 12, E1 and 36. RGB value is (18,225,54). Sum of RGB (Red+Green+Blue) = 18+225+54=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #12E136 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E136 is #ED1EC9. Grayscale: #909090. Windows color (decimal): -15539914 or 3596562. OLE color: 3596562.

HSL color Cylindrical-coordinate representation of color #12E136: hue angle of 130.43º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E136 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 18 225 54 -
CMYK 0.92 0 0.76 0.12
HSL 130.43º 0.85% 0.48% -
HSV(B) 130.43º 0.92% 0.88% -
XYZ 27.84 54.25 12.49 -
YUV 143.61 77.42 38.4 -
System Red Green Blue C M Y K H S L
Decimal 18 225 54 0.92 0 0.76 0.12 130.43 0.85 0.48
Hex 12 E1 36 5C 0 4C C 82 55 30
Octal 22 341 66 134 0 114 14 202 125 60
Binary 10010 11100001 110110 1011100 0 1001100 1100 10000010 1010101 110000

Color Harmonies of #12E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E136

Black with #12E136

Text Example


Text Example

White with #12E136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,225,54); }

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

background-color css

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

 a { background-color: rgb(18,225,54); }

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

border-color css

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

 span { border-color: rgb(18,225,54); }

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