Html Css Color HEX #14E980 Spring Green

📋 copy color: '#14E980'

red 20 ◦ green 233 ◦ blue 128

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

Shades of Spring Green #14E980

Tints of Spring Green #14E980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 61.15%

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

R = 5.25%
G = 61.15%
B = 33.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#14E980 (or 0x14E980) is known color: Spring Green. HEX triplet: 14, E9 and 80. RGB value is (20,233,128). Sum of RGB (Red+Green+Blue) = 20+233+128=381 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.25% from 381); Green value is 233 (91.41% from 255 or 61.15% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 233 - color contains mainly: green. Hex color #14E980 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E980 is #EB167F. Grayscale: #9D9D9D. Windows color (decimal): -15406720 or 8448276. OLE color: 8448276.

HSL color Cylindrical-coordinate representation of color #14E980: hue angle of 150.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E980 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 233 128 -
CMYK 0.91 0 0.45 0.09
HSL 150.42º 0.84% 0.5% -
HSV(B) 150.42º 0.91% 0.91% -
XYZ 33.32 59.99 30.24 -
YUV 157.34 111.43 30.04 -
System Red Green Blue C M Y K H S L
Decimal 20 233 128 0.91 0 0.45 0.09 150.42 0.84 0.5
Hex 14 E9 80 5B 0 2D 9 96 54 32
Octal 24 351 200 133 0 55 11 226 124 62
Binary 10100 11101001 10000000 1011011 0 101101 1001 10010110 1010100 110010

Color Harmonies of #14E980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E980

Black with #14E980

Text Example


Text Example

White with #14E980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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