Html Css Color HEX #14EA91 Medium Spring Green

📋 copy color: '#14EA91'

red 20 ◦ green 234 ◦ blue 145

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

Shades of Medium Spring Green #14EA91

Tints of Medium Spring Green #14EA91

RGB

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

 GREEN value IS 234 (91.8% from 255) = 58.65%

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 5.01%
G = 58.65%
B = 36.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#14EA91 (or 0x14EA91) is known color: Medium Spring Green. HEX triplet: 14, EA and 91. RGB value is (20,234,145). Sum of RGB (Red+Green+Blue) = 20+234+145=399 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.01% from 399); Green value is 234 (91.80% from 255 or 58.65% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA91 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EA91 is #EB156E. Grayscale: #A0A0A0. Windows color (decimal): -15406447 or 9562644. OLE color: 9562644.

HSL color Cylindrical-coordinate representation of color #14EA91: hue angle of 155.05º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA91 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 234 145 -
CMYK 0.91 0 0.38 0.08
HSL 155.05º 0.84% 0.5% -
HSV(B) 155.05º 0.91% 0.92% -
XYZ 34.82 61.04 36.73 -
YUV 159.87 119.6 28.24 -
System Red Green Blue C M Y K H S L
Decimal 20 234 145 0.91 0 0.38 0.08 155.05 0.84 0.5
Hex 14 EA 91 5B 0 26 8 9B 54 32
Octal 24 352 221 133 0 46 10 233 124 62
Binary 10100 11101010 10010001 1011011 0 100110 1000 10011011 1010100 110010

Color Harmonies of #14EA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EA91

Black with #14EA91

Text Example


Text Example

White with #14EA91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,234,145); }

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

background-color css

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

 a { background-color: rgb(20,234,145); }

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

border-color css

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

 span { border-color: rgb(20,234,145); }

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