Html Css Color HEX #14FA80 Spring Green

📋 copy color: '#14FA80'

red 20 ◦ green 250 ◦ blue 128

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

Shades of Spring Green #14FA80

Tints of Spring Green #14FA80

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.81%

 BLUE value IS 128 (50.39% from 255) = 32.16%

R = 5.03%
G = 62.81%
B = 32.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#14FA80 (or 0x14FA80) is known color: Spring Green. HEX triplet: 14, FA and 80. RGB value is (20,250,128). Sum of RGB (Red+Green+Blue) = 20+250+128=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #14FA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14FA80 is #EB057F. Grayscale: #A7A7A7. Windows color (decimal): -15402368 or 8452628. OLE color: 8452628.

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

Color convert

RGB 20 250 128 -
CMYK 0.92 0 0.49 0.02
HSL 148.17º 0.96% 0.53% -
HSV(B) 148.17º 0.92% 0.98% -
XYZ 38.37 70.08 31.93 -
YUV 167.32 105.8 22.92 -
System Red Green Blue C M Y K H S L
Decimal 20 250 128 0.92 0 0.49 0.02 148.17 0.96 0.53
Hex 14 FA 80 5C 0 31 2 94 60 35
Octal 24 372 200 134 0 61 2 224 140 65
Binary 10100 11111010 10000000 1011100 0 110001 10 10010100 1100000 110101

Color Harmonies of #14FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FA80

Black with #14FA80

Text Example


Text Example

White with #14FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,250,128); }

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

background-color css

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

 a { background-color: rgb(20,250,128); }

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

border-color css

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

 span { border-color: rgb(20,250,128); }

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