Html Css Color HEX #12E36C Malachite

📋 copy color: '#12E36C'

red 18 ◦ green 227 ◦ blue 108

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

Shades of Malachite #12E36C

Tints of Malachite #12E36C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.31%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 5.1%
G = 64.31%
B = 30.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#12E36C (or 0x12E36C) is known color: Malachite. HEX triplet: 12, E3 and 6C. RGB value is (18,227,108). Sum of RGB (Red+Green+Blue) = 18+227+108=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 227 (89.06% from 255 or 64.31% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 227 - color contains mainly: green. Hex color #12E36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12E36C is #ED1C93. Grayscale: #979797. Windows color (decimal): -15539348 or 7136018. OLE color: 7136018.

HSL color Cylindrical-coordinate representation of color #12E36C: hue angle of 145.84º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E36C is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 18 227 108 -
CMYK 0.92 0 0.52 0.11
HSL 145.84º 0.85% 0.48% -
HSV(B) 145.84º 0.92% 0.89% -
XYZ 30.43 56.15 23.42 -
YUV 150.94 103.76 33.18 -
System Red Green Blue C M Y K H S L
Decimal 18 227 108 0.92 0 0.52 0.11 145.84 0.85 0.48
Hex 12 E3 6C 5C 0 34 B 92 55 30
Octal 22 343 154 134 0 64 13 222 125 60
Binary 10010 11100011 1101100 1011100 0 110100 1011 10010010 1010101 110000

Color Harmonies of #12E36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E36C

Black with #12E36C

Text Example


Text Example

White with #12E36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,227,108); }

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

background-color css

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

 a { background-color: rgb(18,227,108); }

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

border-color css

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

 span { border-color: rgb(18,227,108); }

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