Html Css Color HEX #12E145 Malachite

📋 copy color: '#12E145'

red 18 ◦ green 225 ◦ blue 69

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

Shades of Malachite #12E145

Tints of Malachite #12E145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 5.77%
G = 72.12%
B = 22.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#12E145 (or 0x12E145) is known color: Malachite. HEX triplet: 12, E1 and 45. RGB value is (18,225,69). Sum of RGB (Red+Green+Blue) = 18+225+69=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 225 (88.28% from 255 or 72.12% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 225 - color contains mainly: green. Hex color #12E145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E145 is #ED1EBA. Grayscale: #919191. Windows color (decimal): -15539899 or 4579602. OLE color: 4579602.

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

Color convert

RGB 18 225 69 -
CMYK 0.92 0 0.69 0.12
HSL 134.78º 0.85% 0.48% -
HSV(B) 134.78º 0.92% 0.88% -
XYZ 28.25 54.41 14.64 -
YUV 145.32 84.92 37.18 -
System Red Green Blue C M Y K H S L
Decimal 18 225 69 0.92 0 0.69 0.12 134.78 0.85 0.48
Hex 12 E1 45 5C 0 45 C 87 55 30
Octal 22 341 105 134 0 105 14 207 125 60
Binary 10010 11100001 1000101 1011100 0 1000101 1100 10000111 1010101 110000

Color Harmonies of #12E145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E145

Black with #12E145

Text Example


Text Example

White with #12E145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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