Html Css Color HEX #12ECA0 Medium Spring Green

📋 copy color: '#12ECA0'

red 18 ◦ green 236 ◦ blue 160

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

Shades of Medium Spring Green #12ECA0

Tints of Medium Spring Green #12ECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 57%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 4.35%
G = 57%
B = 38.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#12ECA0 (or 0x12ECA0) is known color: Medium Spring Green. HEX triplet: 12, EC and A0. RGB value is (18,236,160). Sum of RGB (Red+Green+Blue) = 18+236+160=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #12ECA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #12ECA0 is #ED135F. Grayscale: #A2A2A2. Windows color (decimal): -15536992 or 10546194. OLE color: 10546194.

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

Color convert

RGB 18 236 160 -
CMYK 0.92 0 0.32 0.07
HSL 159.08º 0.86% 0.5% -
HSV(B) 159.08º 0.92% 0.93% -
XYZ 36.59 62.66 43.42 -
YUV 162.15 126.78 25.18 -
System Red Green Blue C M Y K H S L
Decimal 18 236 160 0.92 0 0.32 0.07 159.08 0.86 0.5
Hex 12 EC A0 5C 0 20 7 9F 56 32
Octal 22 354 240 134 0 40 7 237 126 62
Binary 10010 11101100 10100000 1011100 0 100000 111 10011111 1010110 110010

Color Harmonies of #12ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12ECA0

Black with #12ECA0

Text Example


Text Example

White with #12ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,236,160); }

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

background-color css

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

 a { background-color: rgb(18,236,160); }

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

border-color css

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

 span { border-color: rgb(18,236,160); }

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