Html Css Color HEX #12E548 Malachite

📋 copy color: '#12E548'

red 18 ◦ green 229 ◦ blue 72

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

Shades of Malachite #12E548

Tints of Malachite #12E548

RGB

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

 GREEN value IS 229 (89.84% from 255) = 71.79%

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 5.64%
G = 71.79%
B = 22.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#12E548 (or 0x12E548) is known color: Malachite. HEX triplet: 12, E5 and 48. RGB value is (18,229,72). Sum of RGB (Red+Green+Blue) = 18+229+72=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 229 (89.84% from 255 or 71.79% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 229 - color contains mainly: green. Hex color #12E548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12E548 is #ED1AB7. Grayscale: #949494. Windows color (decimal): -15538872 or 4777234. OLE color: 4777234.

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

Color convert

RGB 18 229 72 -
CMYK 0.92 0 0.69 0.10
HSL 135.36º 0.85% 0.48% -
HSV(B) 135.36º 0.92% 0.9% -
XYZ 29.44 56.64 15.51 -
YUV 148.01 85.1 35.27 -
System Red Green Blue C M Y K H S L
Decimal 18 229 72 0.92 0 0.69 0.10 135.36 0.85 0.48
Hex 12 E5 48 5C 0 45 A 87 55 30
Octal 22 345 110 134 0 105 12 207 125 60
Binary 10010 11100101 1001000 1011100 0 1000101 1010 10000111 1010101 110000

Color Harmonies of #12E548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E548

Black with #12E548

Text Example


Text Example

White with #12E548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,229,72); }

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

background-color css

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

 a { background-color: rgb(18,229,72); }

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

border-color css

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

 span { border-color: rgb(18,229,72); }

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