Html Css Color HEX #12DC4E Malachite

📋 copy color: '#12DC4E'

red 18 ◦ green 220 ◦ blue 78

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

Shades of Malachite #12DC4E

Tints of Malachite #12DC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 5.7%
G = 69.62%
B = 24.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#12DC4E (or 0x12DC4E) is known color: Malachite. HEX triplet: 12, DC and 4E. RGB value is (18,220,78). Sum of RGB (Red+Green+Blue) = 18+220+78=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC4E is #ED23B1. Grayscale: #8F8F8F. Windows color (decimal): -15541170 or 5168146. OLE color: 5168146.

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

Color convert

RGB 18 220 78 -
CMYK 0.92 0 0.65 0.14
HSL 137.82º 0.85% 0.47% -
HSV(B) 137.82º 0.92% 0.86% -
XYZ 27.22 51.87 15.78 -
YUV 143.41 91.08 38.55 -
System Red Green Blue C M Y K H S L
Decimal 18 220 78 0.92 0 0.65 0.14 137.82 0.85 0.47
Hex 12 DC 4E 5C 0 41 E 8A 55 2F
Octal 22 334 116 134 0 101 16 212 125 57
Binary 10010 11011100 1001110 1011100 0 1000001 1110 10001010 1010101 101111

Color Harmonies of #12DC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC4E

Black with #12DC4E

Text Example


Text Example

White with #12DC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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