Html Css Color HEX #12ED6A Malachite

📋 copy color: '#12ED6A'

red 18 ◦ green 237 ◦ blue 106

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

Shades of Malachite #12ED6A

Tints of Malachite #12ED6A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 65.65%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 4.99%
G = 65.65%
B = 29.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#12ED6A (or 0x12ED6A) is known color: Malachite. HEX triplet: 12, ED and 6A. RGB value is (18,237,106). Sum of RGB (Red+Green+Blue) = 18+237+106=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 237 (92.97% from 255 or 65.65% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 237 - color contains mainly: green. Hex color #12ED6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12ED6A is #ED1295. Grayscale: #9C9C9C. Windows color (decimal): -15536790 or 7007506. OLE color: 7007506.

HSL color Cylindrical-coordinate representation of color #12ED6A: hue angle of 144.11º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ED6A is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 237 106 -
CMYK 0.92 0 0.55 0.07
HSL 144.11º 0.86% 0.5% -
HSV(B) 144.11º 0.92% 0.93% -
XYZ 33.14 61.74 23.81 -
YUV 156.59 99.45 29.15 -
System Red Green Blue C M Y K H S L
Decimal 18 237 106 0.92 0 0.55 0.07 144.11 0.86 0.5
Hex 12 ED 6A 5C 0 37 7 90 56 32
Octal 22 355 152 134 0 67 7 220 126 62
Binary 10010 11101101 1101010 1011100 0 110111 111 10010000 1010110 110010

Color Harmonies of #12ED6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ED6A

Black with #12ED6A

Text Example


Text Example

White with #12ED6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,237,106); }

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

background-color css

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

 a { background-color: rgb(18,237,106); }

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

border-color css

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

 span { border-color: rgb(18,237,106); }

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