Html Css Color HEX #14E97F Spring Green

📋 copy color: '#14E97F'

red 20 ◦ green 233 ◦ blue 127

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

Shades of Spring Green #14E97F

Tints of Spring Green #14E97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.42%

R = 5.26%
G = 61.32%
B = 33.42%

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

#14E97F (or 0x14E97F) is known color: Spring Green. HEX triplet: 14, E9 and 7F. RGB value is (20,233,127). Sum of RGB (Red+Green+Blue) = 20+233+127=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 233 (91.41% from 255 or 61.32% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 233 - color contains mainly: green. Hex color #14E97F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E97F is #EB1680. Grayscale: #9D9D9D. Windows color (decimal): -15406721 or 8382740. OLE color: 8382740.

HSL color Cylindrical-coordinate representation of color #14E97F: hue angle of 150.14º 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 #14E97F is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 20 233 127 -
CMYK 0.91 0 0.45 0.09
HSL 150.14º 0.84% 0.5% -
HSV(B) 150.14º 0.91% 0.91% -
XYZ 33.26 59.96 29.9 -
YUV 157.23 110.93 30.12 -
System Red Green Blue C M Y K H S L
Decimal 20 233 127 0.91 0 0.45 0.09 150.14 0.84 0.5
Hex 14 E9 7F 5B 0 2D 9 96 54 32
Octal 24 351 177 133 0 55 11 226 124 62
Binary 10100 11101001 1111111 1011011 0 101101 1001 10010110 1010100 110010

Color Harmonies of #14E97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E97F

Black with #14E97F

Text Example


Text Example

White with #14E97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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