Html Css Color HEX #12D170 Malachite

📋 copy color: '#12D170'

red 18 ◦ green 209 ◦ blue 112

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

Shades of Malachite #12D170

Tints of Malachite #12D170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.65%

 BLUE value IS 112 (44.14% from 255) = 33.04%

R = 5.31%
G = 61.65%
B = 33.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#12D170 (or 0x12D170) is known color: Malachite. HEX triplet: 12, D1 and 70. RGB value is (18,209,112). Sum of RGB (Red+Green+Blue) = 18+209+112=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #12D170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D170 is #ED2E8F. Grayscale: #8D8D8D. Windows color (decimal): -15543952 or 7393554. OLE color: 7393554.

HSL color Cylindrical-coordinate representation of color #12D170: hue angle of 149.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D170 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 209 112 -
CMYK 0.91 0 0.46 0.18
HSL 149.53º 0.84% 0.45% -
HSV(B) 149.53º 0.91% 0.82% -
XYZ 25.97 46.9 23.01 -
YUV 140.83 111.72 40.39 -
System Red Green Blue C M Y K H S L
Decimal 18 209 112 0.91 0 0.46 0.18 149.53 0.84 0.45
Hex 12 D1 70 5B 0 2E 12 96 54 2D
Octal 22 321 160 133 0 56 22 226 124 55
Binary 10010 11010001 1110000 1011011 0 101110 10010 10010110 1010100 101101

Color Harmonies of #12D170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D170

Black with #12D170

Text Example


Text Example

White with #12D170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,112); }

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

background-color css

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

 a { background-color: rgb(18,209,112); }

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

border-color css

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

 span { border-color: rgb(18,209,112); }

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