Html Css Color HEX #12D670 Malachite

📋 copy color: '#12D670'

red 18 ◦ green 214 ◦ blue 112

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

Shades of Malachite #12D670

Tints of Malachite #12D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.21%

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

R = 5.23%
G = 62.21%
B = 32.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#12D670 (or 0x12D670) is known color: Malachite. HEX triplet: 12, D6 and 70. RGB value is (18,214,112). Sum of RGB (Red+Green+Blue) = 18+214+112=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #12D670 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D670 is #ED298F. Grayscale: #8F8F8F. Windows color (decimal): -15542672 or 7394834. OLE color: 7394834.

HSL color Cylindrical-coordinate representation of color #12D670: hue angle of 148.78º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D670 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 214 112 -
CMYK 0.92 0 0.48 0.16
HSL 148.78º 0.84% 0.45% -
HSV(B) 148.78º 0.92% 0.84% -
XYZ 27.22 49.39 23.43 -
YUV 143.77 110.07 38.29 -
System Red Green Blue C M Y K H S L
Decimal 18 214 112 0.92 0 0.48 0.16 148.78 0.84 0.45
Hex 12 D6 70 5C 0 30 10 95 54 2D
Octal 22 326 160 134 0 60 20 225 124 55
Binary 10010 11010110 1110000 1011100 0 110000 10000 10010101 1010100 101101

Color Harmonies of #12D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D670

Black with #12D670

Text Example


Text Example

White with #12D670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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