Html Css Color HEX #14F58D Medium Spring Green

📋 copy color: '#14F58D'

red 20 ◦ green 245 ◦ blue 141

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

Shades of Medium Spring Green #14F58D

Tints of Medium Spring Green #14F58D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 60.34%

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

R = 4.93%
G = 60.34%
B = 34.73%

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

#14F58D (or 0x14F58D) is known color: Medium Spring Green. HEX triplet: 14, F5 and 8D. RGB value is (20,245,141). Sum of RGB (Red+Green+Blue) = 20+245+141=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 245 (96.09% from 255 or 60.34% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 245 - color contains mainly: green. Hex color #14F58D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14F58D is #EB0A72. Grayscale: #A6A6A6. Windows color (decimal): -15403635 or 9303316. OLE color: 9303316.

HSL color Cylindrical-coordinate representation of color #14F58D: hue angle of 152.27º degrees, saturation: 0.92, 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 #14F58D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 245 141 -
CMYK 0.92 0 0.42 0.04
HSL 152.27º 0.92% 0.52% -
HSV(B) 152.27º 0.92% 0.96% -
XYZ 37.75 67.38 36.21 -
YUV 165.87 113.96 23.96 -
System Red Green Blue C M Y K H S L
Decimal 20 245 141 0.92 0 0.42 0.04 152.27 0.92 0.52
Hex 14 F5 8D 5C 0 2A 4 98 5C 34
Octal 24 365 215 134 0 52 4 230 134 64
Binary 10100 11110101 10001101 1011100 0 101010 100 10011000 1011100 110100

Color Harmonies of #14F58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F58D

Black with #14F58D

Text Example


Text Example

White with #14F58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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