Html Css Color HEX #12DC5D Malachite

📋 copy color: '#12DC5D'

red 18 ◦ green 220 ◦ blue 93

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

Shades of Malachite #12DC5D

Tints of Malachite #12DC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 5.44%
G = 66.47%
B = 28.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#12DC5D (or 0x12DC5D) is known color: Malachite. HEX triplet: 12, DC and 5D. RGB value is (18,220,93). Sum of RGB (Red+Green+Blue) = 18+220+93=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12DC5D is #ED23A2. Grayscale: #919191. Windows color (decimal): -15541155 or 6151186. OLE color: 6151186.

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

Color convert

RGB 18 220 93 -
CMYK 0.92 0 0.58 0.14
HSL 142.28º 0.85% 0.47% -
HSV(B) 142.28º 0.92% 0.86% -
XYZ 27.82 52.11 18.95 -
YUV 145.12 98.58 37.33 -
System Red Green Blue C M Y K H S L
Decimal 18 220 93 0.92 0 0.58 0.14 142.28 0.85 0.47
Hex 12 DC 5D 5C 0 3A E 8E 55 2F
Octal 22 334 135 134 0 72 16 216 125 57
Binary 10010 11011100 1011101 1011100 0 111010 1110 10001110 1010101 101111

Color Harmonies of #12DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC5D

Black with #12DC5D

Text Example


Text Example

White with #12DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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