Html Css Color HEX #12D64D Malachite

📋 copy color: '#12D64D'

red 18 ◦ green 214 ◦ blue 77

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

Shades of Malachite #12D64D

Tints of Malachite #12D64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 5.83%
G = 69.26%
B = 24.92%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#12D64D (or 0x12D64D) is known color: Malachite. HEX triplet: 12, D6 and 4D. RGB value is (18,214,77). Sum of RGB (Red+Green+Blue) = 18+214+77=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #12D64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D64D is #ED29B2. Grayscale: #8C8C8C. Windows color (decimal): -15542707 or 5101074. OLE color: 5101074.

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

Color convert

RGB 18 214 77 -
CMYK 0.92 0 0.64 0.16
HSL 138.06º 0.84% 0.45% -
HSV(B) 138.06º 0.92% 0.84% -
XYZ 25.64 48.76 15.08 -
YUV 139.78 92.57 41.14 -
System Red Green Blue C M Y K H S L
Decimal 18 214 77 0.92 0 0.64 0.16 138.06 0.84 0.45
Hex 12 D6 4D 5C 0 40 10 8A 54 2D
Octal 22 326 115 134 0 100 20 212 124 55
Binary 10010 11010110 1001101 1011100 0 1000000 10000 10001010 1010100 101101

Color Harmonies of #12D64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D64D

Black with #12D64D

Text Example


Text Example

White with #12D64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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