Html Css Color HEX #14E9AF Medium Spring Green

📋 copy color: '#14E9AF'

red 20 ◦ green 233 ◦ blue 175

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

Shades of Medium Spring Green #14E9AF

Tints of Medium Spring Green #14E9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.89%

R = 4.67%
G = 54.44%
B = 40.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#14E9AF (or 0x14E9AF) is known color: Medium Spring Green. HEX triplet: 14, E9 and AF. RGB value is (20,233,175). Sum of RGB (Red+Green+Blue) = 20+233+175=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 233 (91.41% from 255 or 54.44% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 233 - color contains mainly: green. Hex color #14E9AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E9AF is #EB1650. Grayscale: #A2A2A2. Windows color (decimal): -15406673 or 11528468. OLE color: 11528468.

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

Color convert

RGB 20 233 175 -
CMYK 0.91 0 0.25 0.09
HSL 163.66º 0.84% 0.5% -
HSV(B) 163.66º 0.91% 0.91% -
XYZ 37.17 61.52 50.47 -
YUV 162.7 134.93 26.22 -
System Red Green Blue C M Y K H S L
Decimal 20 233 175 0.91 0 0.25 0.09 163.66 0.84 0.5
Hex 14 E9 AF 5B 0 19 9 A4 54 32
Octal 24 351 257 133 0 31 11 244 124 62
Binary 10100 11101001 10101111 1011011 0 11001 1001 10100100 1010100 110010

Color Harmonies of #14E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E9AF

Black with #14E9AF

Text Example


Text Example

White with #14E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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