Html Css Color HEX #12DC48 Malachite

📋 copy color: '#12DC48'

red 18 ◦ green 220 ◦ blue 72

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

Shades of Malachite #12DC48

Tints of Malachite #12DC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.97%

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

R = 5.81%
G = 70.97%
B = 23.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#12DC48 (or 0x12DC48) is known color: Malachite. HEX triplet: 12, DC and 48. RGB value is (18,220,72). Sum of RGB (Red+Green+Blue) = 18+220+72=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC48 is #ED23B7. Grayscale: #8F8F8F. Windows color (decimal): -15541176 or 4774930. OLE color: 4774930.

HSL color Cylindrical-coordinate representation of color #12DC48: hue angle of 136.04º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC48 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 220 72 -
CMYK 0.92 0 0.67 0.14
HSL 136.04º 0.85% 0.47% -
HSV(B) 136.04º 0.92% 0.86% -
XYZ 27.01 51.78 14.7 -
YUV 142.73 88.08 39.03 -
System Red Green Blue C M Y K H S L
Decimal 18 220 72 0.92 0 0.67 0.14 136.04 0.85 0.47
Hex 12 DC 48 5C 0 43 E 88 55 2F
Octal 22 334 110 134 0 103 16 210 125 57
Binary 10010 11011100 1001000 1011100 0 1000011 1110 10001000 1010101 101111

Color Harmonies of #12DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC48

Black with #12DC48

Text Example


Text Example

White with #12DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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