Html Css Color HEX #12D072 Malachite

📋 copy color: '#12D072'

red 18 ◦ green 208 ◦ blue 114

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

Shades of Malachite #12D072

Tints of Malachite #12D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.18%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 5.29%
G = 61.18%
B = 33.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#12D072 (or 0x12D072) is known color: Malachite. HEX triplet: 12, D0 and 72. RGB value is (18,208,114). Sum of RGB (Red+Green+Blue) = 18+208+114=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #12D072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D072 is #ED2F8D. Grayscale: #8C8C8C. Windows color (decimal): -15544206 or 7524370. OLE color: 7524370.

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

Color convert

RGB 18 208 114 -
CMYK 0.91 0 0.45 0.18
HSL 150.32º 0.84% 0.44% -
HSV(B) 150.32º 0.91% 0.82% -
XYZ 25.84 46.46 23.52 -
YUV 140.47 113.05 40.64 -
System Red Green Blue C M Y K H S L
Decimal 18 208 114 0.91 0 0.45 0.18 150.32 0.84 0.44
Hex 12 D0 72 5B 0 2D 12 96 54 2C
Octal 22 320 162 133 0 55 22 226 124 54
Binary 10010 11010000 1110010 1011011 0 101101 10010 10010110 1010100 101100

Color Harmonies of #12D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D072

Black with #12D072

Text Example


Text Example

White with #12D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,114); }

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

background-color css

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

 a { background-color: rgb(18,208,114); }

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

border-color css

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

 span { border-color: rgb(18,208,114); }

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