Html Css Color HEX #18ECA0 Medium Spring Green

📋 copy color: '#18ECA0'

red 24 ◦ green 236 ◦ blue 160

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

Shades of Medium Spring Green #18ECA0

Tints of Medium Spring Green #18ECA0

RGB

 RED value IS 24 (9.77% from 255) = 5.71%

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

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

R = 5.71%
G = 56.19%
B = 38.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#18ECA0 (or 0x18ECA0) is known color: Medium Spring Green. HEX triplet: 18, EC and A0. RGB value is (24,236,160). Sum of RGB (Red+Green+Blue) = 24+236+160=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #18ECA0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #18ECA0 is #E7135F. Grayscale: #A4A4A4. Windows color (decimal): -15143776 or 10546200. OLE color: 10546200.

HSL color Cylindrical-coordinate representation of color #18ECA0: hue angle of 158.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ECA0 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 236 160 -
CMYK 0.90 0 0.32 0.07
HSL 158.49º 0.85% 0.51% -
HSV(B) 158.49º 0.9% 0.93% -
XYZ 36.72 62.72 43.43 -
YUV 163.95 125.76 28.18 -
System Red Green Blue C M Y K H S L
Decimal 24 236 160 0.90 0 0.32 0.07 158.49 0.85 0.51
Hex 18 EC A0 5A 0 20 7 9E 55 33
Octal 30 354 240 132 0 40 7 236 125 63
Binary 11000 11101100 10100000 1011010 0 100000 111 10011110 1010101 110011

Color Harmonies of #18ECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ECA0

Black with #18ECA0

Text Example


Text Example

White with #18ECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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