Html Css Color HEX #12D548 Malachite

📋 copy color: '#12D548'

red 18 ◦ green 213 ◦ blue 72

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

Shades of Malachite #12D548

Tints of Malachite #12D548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.3%

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

R = 5.94%
G = 70.3%
B = 23.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#12D548 (or 0x12D548) is known color: Malachite. HEX triplet: 12, D5 and 48. RGB value is (18,213,72). Sum of RGB (Red+Green+Blue) = 18+213+72=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #12D548 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D548 is #ED2AB7. Grayscale: #8A8A8A. Windows color (decimal): -15542968 or 4773138. OLE color: 4773138.

HSL color Cylindrical-coordinate representation of color #12D548: hue angle of 136.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D548 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 72 -
CMYK 0.92 0 0.66 0.16
HSL 136.62º 0.84% 0.45% -
HSV(B) 136.62º 0.92% 0.84% -
XYZ 25.21 48.18 14.1 -
YUV 138.62 90.4 41.96 -
System Red Green Blue C M Y K H S L
Decimal 18 213 72 0.92 0 0.66 0.16 136.62 0.84 0.45
Hex 12 D5 48 5C 0 42 10 89 54 2D
Octal 22 325 110 134 0 102 20 211 124 55
Binary 10010 11010101 1001000 1011100 0 1000010 10000 10001001 1010100 101101

Color Harmonies of #12D548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D548

Black with #12D548

Text Example


Text Example

White with #12D548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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