Html Css Color HEX #12EB6A Malachite

📋 copy color: '#12EB6A'

red 18 ◦ green 235 ◦ blue 106

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

Shades of Malachite #12EB6A

Tints of Malachite #12EB6A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 65.46%

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

R = 5.01%
G = 65.46%
B = 29.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#12EB6A (or 0x12EB6A) is known color: Malachite. HEX triplet: 12, EB and 6A. RGB value is (18,235,106). Sum of RGB (Red+Green+Blue) = 18+235+106=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 235 (92.19% from 255 or 65.46% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 235 - color contains mainly: green. Hex color #12EB6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #12EB6A is #ED1495. Grayscale: #9B9B9B. Windows color (decimal): -15537302 or 7006994. OLE color: 7006994.

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

Color convert

RGB 18 235 106 -
CMYK 0.92 0 0.55 0.08
HSL 144.33º 0.86% 0.5% -
HSV(B) 144.33º 0.92% 0.92% -
XYZ 32.56 60.59 23.61 -
YUV 155.41 100.11 29.99 -
System Red Green Blue C M Y K H S L
Decimal 18 235 106 0.92 0 0.55 0.08 144.33 0.86 0.5
Hex 12 EB 6A 5C 0 37 8 90 56 32
Octal 22 353 152 134 0 67 10 220 126 62
Binary 10010 11101011 1101010 1011100 0 110111 1000 10010000 1010110 110010

Color Harmonies of #12EB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12EB6A

Black with #12EB6A

Text Example


Text Example

White with #12EB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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