Html Css Color HEX #14F9BD Medium Spring Green

📋 copy color: '#14F9BD'

red 20 ◦ green 249 ◦ blue 189

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

Shades of Medium Spring Green #14F9BD

Tints of Medium Spring Green #14F9BD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.37%

 BLUE value IS 189 (74.22% from 255) = 41.27%

R = 4.37%
G = 54.37%
B = 41.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#14F9BD (or 0x14F9BD) is known color: Medium Spring Green. HEX triplet: 14, F9 and BD. RGB value is (20,249,189). Sum of RGB (Red+Green+Blue) = 20+249+189=458 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.37% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #14F9BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F9BD is #EB0642. Grayscale: #ADADAD. Windows color (decimal): -15402563 or 12450068. OLE color: 12450068.

HSL color Cylindrical-coordinate representation of color #14F9BD: hue angle of 164.28º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F9BD is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 20 249 189 -
CMYK 0.92 0 0.24 0.02
HSL 164.28º 0.95% 0.53% -
HSV(B) 164.28º 0.92% 0.98% -
XYZ 43.35 71.57 59.67 -
YUV 173.69 136.63 18.38 -
System Red Green Blue C M Y K H S L
Decimal 20 249 189 0.92 0 0.24 0.02 164.28 0.95 0.53
Hex 14 F9 BD 5C 0 18 2 A4 5F 35
Octal 24 371 275 134 0 30 2 244 137 65
Binary 10100 11111001 10111101 1011100 0 11000 10 10100100 1011111 110101

Color Harmonies of #14F9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F9BD

Black with #14F9BD

Text Example


Text Example

White with #14F9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,249,189); }

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

background-color css

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

 a { background-color: rgb(20,249,189); }

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

border-color css

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

 span { border-color: rgb(20,249,189); }

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