Html Css Color HEX #12D149 Malachite

📋 copy color: '#12D149'

red 18 ◦ green 209 ◦ blue 73

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

Shades of Malachite #12D149

Tints of Malachite #12D149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 6%
G = 69.67%
B = 24.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#12D149 (or 0x12D149) is known color: Malachite. HEX triplet: 12, D1 and 49. RGB value is (18,209,73). Sum of RGB (Red+Green+Blue) = 18+209+73=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 209 (82.03% from 255 or 69.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 209 - color contains mainly: green. Hex color #12D149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D149 is #ED2EB6. Grayscale: #888888. Windows color (decimal): -15543991 or 4837650. OLE color: 4837650.

HSL color Cylindrical-coordinate representation of color #12D149: hue angle of 137.28º 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 #12D149 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 209 73 -
CMYK 0.91 0 0.65 0.18
HSL 137.28º 0.84% 0.45% -
HSV(B) 137.28º 0.91% 0.82% -
XYZ 24.25 46.21 13.94 -
YUV 136.39 92.22 43.56 -
System Red Green Blue C M Y K H S L
Decimal 18 209 73 0.91 0 0.65 0.18 137.28 0.84 0.45
Hex 12 D1 49 5B 0 41 12 89 54 2D
Octal 22 321 111 133 0 101 22 211 124 55
Binary 10010 11010001 1001001 1011011 0 1000001 10010 10001001 1010100 101101

Color Harmonies of #12D149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D149

Black with #12D149

Text Example


Text Example

White with #12D149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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