Html Css Color HEX #14EB8D Medium Spring Green

📋 copy color: '#14EB8D'

red 20 ◦ green 235 ◦ blue 141

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

Shades of Medium Spring Green #14EB8D

Tints of Medium Spring Green #14EB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 5.05%
G = 59.34%
B = 35.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#14EB8D (or 0x14EB8D) is known color: Medium Spring Green. HEX triplet: 14, EB and 8D. RGB value is (20,235,141). Sum of RGB (Red+Green+Blue) = 20+235+141=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 235 (92.19% from 255 or 59.34% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 235 - color contains mainly: green. Hex color #14EB8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EB8D is #EB1472. Grayscale: #A0A0A0. Windows color (decimal): -15406195 or 9300756. OLE color: 9300756.

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

Color convert

RGB 20 235 141 -
CMYK 0.91 0 0.4 0.08
HSL 153.77º 0.84% 0.5% -
HSV(B) 153.77º 0.91% 0.92% -
XYZ 34.8 61.49 35.23 -
YUV 160 117.27 28.14 -
System Red Green Blue C M Y K H S L
Decimal 20 235 141 0.91 0 0.4 0.08 153.77 0.84 0.5
Hex 14 EB 8D 5B 0 28 8 9A 54 32
Octal 24 353 215 133 0 50 10 232 124 62
Binary 10100 11101011 10001101 1011011 0 101000 1000 10011010 1010100 110010

Color Harmonies of #14EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EB8D

Black with #14EB8D

Text Example


Text Example

White with #14EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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