Html Css Color HEX #12DC47 Malachite

📋 copy color: '#12DC47'

red 18 ◦ green 220 ◦ blue 71

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

Shades of Malachite #12DC47

Tints of Malachite #12DC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.98%

R = 5.83%
G = 71.2%
B = 22.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#12DC47 (or 0x12DC47) is known color: Malachite. HEX triplet: 12, DC and 47. RGB value is (18,220,71). Sum of RGB (Red+Green+Blue) = 18+220+71=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC47 is #ED23B8. Grayscale: #8F8F8F. Windows color (decimal): -15541177 or 4709394. OLE color: 4709394.

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

Color convert

RGB 18 220 71 -
CMYK 0.92 0 0.68 0.14
HSL 135.74º 0.85% 0.47% -
HSV(B) 135.74º 0.92% 0.86% -
XYZ 26.98 51.77 14.53 -
YUV 142.62 87.58 39.12 -
System Red Green Blue C M Y K H S L
Decimal 18 220 71 0.92 0 0.68 0.14 135.74 0.85 0.47
Hex 12 DC 47 5C 0 44 E 88 55 2F
Octal 22 334 107 134 0 104 16 210 125 57
Binary 10010 11011100 1000111 1011100 0 1000100 1110 10001000 1010101 101111

Color Harmonies of #12DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC47

Black with #12DC47

Text Example


Text Example

White with #12DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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