Html Css Color HEX #14EB8A Medium Spring Green

📋 copy color: '#14EB8A'

red 20 ◦ green 235 ◦ blue 138

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

Shades of Medium Spring Green #14EB8A

Tints of Medium Spring Green #14EB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.8%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 5.09%
G = 59.8%
B = 35.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#14EB8A (or 0x14EB8A) is known color: Medium Spring Green. HEX triplet: 14, EB and 8A. RGB value is (20,235,138). Sum of RGB (Red+Green+Blue) = 20+235+138=393 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.09% from 393); Green value is 235 (92.19% from 255 or 59.80% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 235 - color contains mainly: green. Hex color #14EB8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EB8A is #EB1475. Grayscale: #9F9F9F. Windows color (decimal): -15406198 or 9104148. OLE color: 9104148.

HSL color Cylindrical-coordinate representation of color #14EB8A: hue angle of 152.93º 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 #14EB8A is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 235 138 -
CMYK 0.91 0 0.41 0.08
HSL 152.93º 0.84% 0.5% -
HSV(B) 152.93º 0.91% 0.92% -
XYZ 34.58 61.4 34.07 -
YUV 159.66 115.77 28.39 -
System Red Green Blue C M Y K H S L
Decimal 20 235 138 0.91 0 0.41 0.08 152.93 0.84 0.5
Hex 14 EB 8A 5B 0 29 8 99 54 32
Octal 24 353 212 133 0 51 10 231 124 62
Binary 10100 11101011 10001010 1011011 0 101001 1000 10011001 1010100 110010

Color Harmonies of #14EB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EB8A

Black with #14EB8A

Text Example


Text Example

White with #14EB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,235,138); }

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

background-color css

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

 a { background-color: rgb(20,235,138); }

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

border-color css

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

 span { border-color: rgb(20,235,138); }

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