Html Css Color HEX #14E490 Medium Spring Green

📋 copy color: '#14E490'

red 20 ◦ green 228 ◦ blue 144

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

Shades of Medium Spring Green #14E490

Tints of Medium Spring Green #14E490

RGB

 RED value IS 20 (8.2% from 255) = 5.1%

 GREEN value IS 228 (89.45% from 255) = 58.16%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 5.1%
G = 58.16%
B = 36.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#14E490 (or 0x14E490) is known color: Medium Spring Green. HEX triplet: 14, E4 and 90. RGB value is (20,228,144). Sum of RGB (Red+Green+Blue) = 20+228+144=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 228 (89.45% from 255 or 58.16% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 228 - color contains mainly: green. Hex color #14E490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E490 is #EB1B6F. Grayscale: #9C9C9C. Windows color (decimal): -15407984 or 9495572. OLE color: 9495572.

HSL color Cylindrical-coordinate representation of color #14E490: hue angle of 155.77º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E490 is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 20 228 144 -
CMYK 0.91 0 0.37 0.11
HSL 155.77º 0.84% 0.49% -
HSV(B) 155.77º 0.91% 0.89% -
XYZ 33.07 57.65 35.77 -
YUV 156.23 121.09 30.83 -
System Red Green Blue C M Y K H S L
Decimal 20 228 144 0.91 0 0.37 0.11 155.77 0.84 0.49
Hex 14 E4 90 5B 0 25 B 9C 54 31
Octal 24 344 220 133 0 45 13 234 124 61
Binary 10100 11100100 10010000 1011011 0 100101 1011 10011100 1010100 110001

Color Harmonies of #14E490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E490

Black with #14E490

Text Example


Text Example

White with #14E490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14E490; }

 p { color: rgb(20,228,144); }

 H1.HeaderClassName
 {
   color: #14E490;
 }
 .AnyTagClassName
 {
   color: #14E490;
 }
</style>

background-color css

<style>
 a { background-color: #14E490; }

 a { background-color: rgb(20,228,144); }

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

border-color css

<style>
 span { border-color: #14E490; }

 span { border-color: rgb(20,228,144); }

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