Html Css Color HEX #12D940 Malachite

📋 copy color: '#12D940'

red 18 ◦ green 217 ◦ blue 64

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

Shades of Malachite #12D940

Tints of Malachite #12D940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.58%

 BLUE value IS 64 (25.39% from 255) = 21.4%

R = 6.02%
G = 72.58%
B = 21.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#12D940 (or 0x12D940) is known color: Malachite. HEX triplet: 12, D9 and 40. RGB value is (18,217,64). Sum of RGB (Red+Green+Blue) = 18+217+64=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 217 (85.16% from 255 or 72.58% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 217 - color contains mainly: green. Hex color #12D940 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D940 is #ED26BF. Grayscale: #8C8C8C. Windows color (decimal): -15541952 or 4249874. OLE color: 4249874.

HSL color Cylindrical-coordinate representation of color #12D940: hue angle of 133.87º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D940 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 217 64 -
CMYK 0.92 0 0.71 0.15
HSL 133.87º 0.85% 0.46% -
HSV(B) 133.87º 0.92% 0.85% -
XYZ 25.99 50.12 13.16 -
YUV 140.06 85.07 40.94 -
System Red Green Blue C M Y K H S L
Decimal 18 217 64 0.92 0 0.71 0.15 133.87 0.85 0.46
Hex 12 D9 40 5C 0 47 F 86 55 2E
Octal 22 331 100 134 0 107 17 206 125 56
Binary 10010 11011001 1000000 1011100 0 1000111 1111 10000110 1010101 101110

Color Harmonies of #12D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D940

Black with #12D940

Text Example


Text Example

White with #12D940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,217,64); }

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

background-color css

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

 a { background-color: rgb(18,217,64); }

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

border-color css

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

 span { border-color: rgb(18,217,64); }

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