Html Css Color HEX #14EE76 Spring Green

📋 copy color: '#14EE76'

red 20 ◦ green 238 ◦ blue 118

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

Shades of Spring Green #14EE76

Tints of Spring Green #14EE76

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.3%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 5.32%
G = 63.3%
B = 31.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#14EE76 (or 0x14EE76) is known color: Spring Green. HEX triplet: 14, EE and 76. RGB value is (20,238,118). Sum of RGB (Red+Green+Blue) = 20+238+118=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 238 (93.36% from 255 or 63.30% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EE76 is #EB1189. Grayscale: #9F9F9F. Windows color (decimal): -15405450 or 7794196. OLE color: 7794196.

HSL color Cylindrical-coordinate representation of color #14EE76: hue angle of 146.97º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EE76 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 238 118 -
CMYK 0.92 0 0.50 0.07
HSL 146.97º 0.87% 0.51% -
HSV(B) 146.97º 0.92% 0.93% -
XYZ 34.13 62.61 27.42 -
YUV 159.14 104.78 28.76 -
System Red Green Blue C M Y K H S L
Decimal 20 238 118 0.92 0 0.50 0.07 146.97 0.87 0.51
Hex 14 EE 76 5C 0 32 7 93 57 33
Octal 24 356 166 134 0 62 7 223 127 63
Binary 10100 11101110 1110110 1011100 0 110010 111 10010011 1010111 110011

Color Harmonies of #14EE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EE76

Black with #14EE76

Text Example


Text Example

White with #14EE76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,238,118); }

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

background-color css

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

 a { background-color: rgb(20,238,118); }

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

border-color css

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

 span { border-color: rgb(20,238,118); }

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