Html Css Color HEX #14E9A6 Medium Spring Green

📋 copy color: '#14E9A6'

red 20 ◦ green 233 ◦ blue 166

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

Shades of Medium Spring Green #14E9A6

Tints of Medium Spring Green #14E9A6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 55.61%

 BLUE value IS 166 (65.23% from 255) = 39.62%

R = 4.77%
G = 55.61%
B = 39.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#14E9A6 (or 0x14E9A6) is known color: Medium Spring Green. HEX triplet: 14, E9 and A6. RGB value is (20,233,166). Sum of RGB (Red+Green+Blue) = 20+233+166=419 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.77% from 419); Green value is 233 (91.41% from 255 or 55.61% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9A6 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E9A6 is #EB1659. Grayscale: #A1A1A1. Windows color (decimal): -15406682 or 10938644. OLE color: 10938644.

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

Color convert

RGB 20 233 166 -
CMYK 0.91 0 0.29 0.09
HSL 161.13º 0.84% 0.5% -
HSV(B) 161.13º 0.91% 0.91% -
XYZ 36.31 61.18 45.97 -
YUV 161.68 130.43 26.95 -
System Red Green Blue C M Y K H S L
Decimal 20 233 166 0.91 0 0.29 0.09 161.13 0.84 0.5
Hex 14 E9 A6 5B 0 1D 9 A1 54 32
Octal 24 351 246 133 0 35 11 241 124 62
Binary 10100 11101001 10100110 1011011 0 11101 1001 10100001 1010100 110010

Color Harmonies of #14E9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E9A6

Black with #14E9A6

Text Example


Text Example

White with #14E9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,233,166); }

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

background-color css

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

 a { background-color: rgb(20,233,166); }

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

border-color css

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

 span { border-color: rgb(20,233,166); }

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