Html Css Color HEX #12D649 Malachite

📋 copy color: '#12D649'

red 18 ◦ green 214 ◦ blue 73

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

Shades of Malachite #12D649

Tints of Malachite #12D649

RGB

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

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

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

R = 5.9%
G = 70.16%
B = 23.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#12D649 (or 0x12D649) is known color: Malachite. HEX triplet: 12, D6 and 49. RGB value is (18,214,73). Sum of RGB (Red+Green+Blue) = 18+214+73=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #12D649 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D649 is #ED29B6. Grayscale: #8B8B8B. Windows color (decimal): -15542711 or 4838930. OLE color: 4838930.

HSL color Cylindrical-coordinate representation of color #12D649: hue angle of 136.84º 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 #12D649 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 214 73 -
CMYK 0.92 0 0.66 0.16
HSL 136.84º 0.84% 0.45% -
HSV(B) 136.84º 0.92% 0.84% -
XYZ 25.5 48.7 14.36 -
YUV 139.32 90.57 41.46 -
System Red Green Blue C M Y K H S L
Decimal 18 214 73 0.92 0 0.66 0.16 136.84 0.84 0.45
Hex 12 D6 49 5C 0 42 10 89 54 2D
Octal 22 326 111 134 0 102 20 211 124 55
Binary 10010 11010110 1001001 1011100 0 1000010 10000 10001001 1010100 101101

Color Harmonies of #12D649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D649

Black with #12D649

Text Example


Text Example

White with #12D649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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