Html Css Color HEX #14F48D Medium Spring Green

📋 copy color: '#14F48D'

red 20 ◦ green 244 ◦ blue 141

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

Shades of Medium Spring Green #14F48D

Tints of Medium Spring Green #14F48D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.25%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 4.94%
G = 60.25%
B = 34.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#14F48D (or 0x14F48D) is known color: Medium Spring Green. HEX triplet: 14, F4 and 8D. RGB value is (20,244,141). Sum of RGB (Red+Green+Blue) = 20+244+141=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 244 (95.70% from 255 or 60.25% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 244 - color contains mainly: green. Hex color #14F48D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F48D is #EB0B72. Grayscale: #A5A5A5. Windows color (decimal): -15403891 or 9303060. OLE color: 9303060.

HSL color Cylindrical-coordinate representation of color #14F48D: hue angle of 152.41º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F48D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 244 141 -
CMYK 0.92 0 0.42 0.04
HSL 152.41º 0.91% 0.52% -
HSV(B) 152.41º 0.92% 0.96% -
XYZ 37.45 66.77 36.11 -
YUV 165.28 114.29 24.38 -
System Red Green Blue C M Y K H S L
Decimal 20 244 141 0.92 0 0.42 0.04 152.41 0.91 0.52
Hex 14 F4 8D 5C 0 2A 4 98 5B 34
Octal 24 364 215 134 0 52 4 230 133 64
Binary 10100 11110100 10001101 1011100 0 101010 100 10011000 1011011 110100

Color Harmonies of #14F48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F48D

Black with #14F48D

Text Example


Text Example

White with #14F48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,244,141); }

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

background-color css

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

 a { background-color: rgb(20,244,141); }

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

border-color css

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

 span { border-color: rgb(20,244,141); }

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