Html Css Color HEX #12D65D Malachite

📋 copy color: '#12D65D'

red 18 ◦ green 214 ◦ blue 93

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

Shades of Malachite #12D65D

Tints of Malachite #12D65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 5.54%
G = 65.85%
B = 28.62%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#12D65D (or 0x12D65D) is known color: Malachite. HEX triplet: 12, D6 and 5D. RGB value is (18,214,93). Sum of RGB (Red+Green+Blue) = 18+214+93=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #12D65D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D65D is #ED29A2. Grayscale: #8D8D8D. Windows color (decimal): -15542691 or 6149650. OLE color: 6149650.

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

Color convert

RGB 18 214 93 -
CMYK 0.92 0 0.57 0.16
HSL 142.96º 0.84% 0.45% -
HSV(B) 142.96º 0.92% 0.84% -
XYZ 26.27 49.01 18.43 -
YUV 141.6 100.57 39.84 -
System Red Green Blue C M Y K H S L
Decimal 18 214 93 0.92 0 0.57 0.16 142.96 0.84 0.45
Hex 12 D6 5D 5C 0 39 10 8F 54 2D
Octal 22 326 135 134 0 71 20 217 124 55
Binary 10010 11010110 1011101 1011100 0 111001 10000 10001111 1010100 101101

Color Harmonies of #12D65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D65D

Black with #12D65D

Text Example


Text Example

White with #12D65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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