Html Css Color HEX #12D150 Malachite

📋 copy color: '#12D150'

red 18 ◦ green 209 ◦ blue 80

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

Shades of Malachite #12D150

Tints of Malachite #12D150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 5.86%
G = 68.08%
B = 26.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#12D150 (or 0x12D150) is known color: Malachite. HEX triplet: 12, D1 and 50. RGB value is (18,209,80). Sum of RGB (Red+Green+Blue) = 18+209+80=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #12D150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D150 is #ED2EAF. Grayscale: #898989. Windows color (decimal): -15543984 or 5296402. OLE color: 5296402.

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

Color convert

RGB 18 209 80 -
CMYK 0.91 0 0.62 0.18
HSL 139.48º 0.84% 0.45% -
HSV(B) 139.48º 0.91% 0.82% -
XYZ 24.5 46.31 15.24 -
YUV 137.19 95.72 42.99 -
System Red Green Blue C M Y K H S L
Decimal 18 209 80 0.91 0 0.62 0.18 139.48 0.84 0.45
Hex 12 D1 50 5B 0 3E 12 8B 54 2D
Octal 22 321 120 133 0 76 22 213 124 55
Binary 10010 11010001 1010000 1011011 0 111110 10010 10001011 1010100 101101

Color Harmonies of #12D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D150

Black with #12D150

Text Example


Text Example

White with #12D150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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