Html Css Color HEX #14F890 Medium Spring Green

📋 copy color: '#14F890'

red 20 ◦ green 248 ◦ blue 144

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

Shades of Medium Spring Green #14F890

Tints of Medium Spring Green #14F890

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.19%

 BLUE value IS 144 (56.64% from 255) = 34.95%

R = 4.85%
G = 60.19%
B = 34.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#14F890 (or 0x14F890) is known color: Medium Spring Green. HEX triplet: 14, F8 and 90. RGB value is (20,248,144). Sum of RGB (Red+Green+Blue) = 20+248+144=412 (54% of max value = 765). Red value is 20 (8.20% from 255 or 4.85% from 412); Green value is 248 (97.27% from 255 or 60.19% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 248 - color contains mainly: green. Hex color #14F890 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F890 is #EB076F. Grayscale: #A8A8A8. Windows color (decimal): -15402864 or 9500692. OLE color: 9500692.

HSL color Cylindrical-coordinate representation of color #14F890: hue angle of 152.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F890 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 248 144 -
CMYK 0.92 0 0.42 0.03
HSL 152.63º 0.94% 0.53% -
HSV(B) 152.63º 0.92% 0.97% -
XYZ 38.89 69.3 37.71 -
YUV 167.97 114.46 22.46 -
System Red Green Blue C M Y K H S L
Decimal 20 248 144 0.92 0 0.42 0.03 152.63 0.94 0.53
Hex 14 F8 90 5C 0 2A 3 99 5E 35
Octal 24 370 220 134 0 52 3 231 136 65
Binary 10100 11111000 10010000 1011100 0 101010 11 10011001 1011110 110101

Color Harmonies of #14F890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F890

Black with #14F890

Text Example


Text Example

White with #14F890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,248,144); }

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

background-color css

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

 a { background-color: rgb(20,248,144); }

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

border-color css

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

 span { border-color: rgb(20,248,144); }

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