Html Css Color HEX #12DC37 Malachite

📋 copy color: '#12DC37'

red 18 ◦ green 220 ◦ blue 55

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

Shades of Malachite #12DC37

Tints of Malachite #12DC37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 6.14%
G = 75.09%
B = 18.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#12DC37 (or 0x12DC37) is known color: Malachite. HEX triplet: 12, DC and 37. RGB value is (18,220,55). Sum of RGB (Red+Green+Blue) = 18+220+55=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC37 is #ED23C8. Grayscale: #8D8D8D. Windows color (decimal): -15541193 or 3660818. OLE color: 3660818.

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

Color convert

RGB 18 220 55 -
CMYK 0.92 0 0.75 0.14
HSL 130.99º 0.85% 0.47% -
HSV(B) 130.99º 0.92% 0.86% -
XYZ 26.53 51.59 12.17 -
YUV 140.79 79.58 40.42 -
System Red Green Blue C M Y K H S L
Decimal 18 220 55 0.92 0 0.75 0.14 130.99 0.85 0.47
Hex 12 DC 37 5C 0 4B E 83 55 2F
Octal 22 334 67 134 0 113 16 203 125 57
Binary 10010 11011100 110111 1011100 0 1001011 1110 10000011 1010101 101111

Color Harmonies of #12DC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC37

Black with #12DC37

Text Example


Text Example

White with #12DC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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