Html Css Color HEX #14F09D Medium Spring Green

📋 copy color: '#14F09D'

red 20 ◦ green 240 ◦ blue 157

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

Shades of Medium Spring Green #14F09D

Tints of Medium Spring Green #14F09D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.55%

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 4.8%
G = 57.55%
B = 37.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#14F09D (or 0x14F09D) is known color: Medium Spring Green. HEX triplet: 14, F0 and 9D. RGB value is (20,240,157). Sum of RGB (Red+Green+Blue) = 20+240+157=417 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.80% from 417); Green value is 240 (94.14% from 255 or 57.55% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 240 - color contains mainly: green. Hex color #14F09D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F09D is #EB0F62. Grayscale: #A4A4A4. Windows color (decimal): -15404899 or 10350612. OLE color: 10350612.

HSL color Cylindrical-coordinate representation of color #14F09D: hue angle of 157.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F09D is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 20 240 157 -
CMYK 0.92 0 0.35 0.06
HSL 157.36º 0.88% 0.51% -
HSV(B) 157.36º 0.92% 0.94% -
XYZ 37.53 64.9 42.45 -
YUV 164.76 123.61 24.75 -
System Red Green Blue C M Y K H S L
Decimal 20 240 157 0.92 0 0.35 0.06 157.36 0.88 0.51
Hex 14 F0 9D 5C 0 23 6 9D 58 33
Octal 24 360 235 134 0 43 6 235 130 63
Binary 10100 11110000 10011101 1011100 0 100011 110 10011101 1011000 110011

Color Harmonies of #14F09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F09D

Black with #14F09D

Text Example


Text Example

White with #14F09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,240,157); }

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

background-color css

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

 a { background-color: rgb(20,240,157); }

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

border-color css

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

 span { border-color: rgb(20,240,157); }

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