Html Css Color HEX #14EE86 Spring Green

📋 copy color: '#14EE86'

red 20 ◦ green 238 ◦ blue 134

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

Shades of Spring Green #14EE86

Tints of Spring Green #14EE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 5.1%
G = 60.71%
B = 34.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#14EE86 (or 0x14EE86) is known color: Spring Green. HEX triplet: 14, EE and 86. RGB value is (20,238,134). Sum of RGB (Red+Green+Blue) = 20+238+134=392 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.10% from 392); Green value is 238 (93.36% from 255 or 60.71% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 238 - color contains mainly: green. Hex color #14EE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EE86 is #EB1179. Grayscale: #A1A1A1. Windows color (decimal): -15405434 or 8842772. OLE color: 8842772.

HSL color Cylindrical-coordinate representation of color #14EE86: hue angle of 151.38º 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 #14EE86 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 20 238 134 -
CMYK 0.92 0 0.44 0.07
HSL 151.38º 0.87% 0.51% -
HSV(B) 151.38º 0.92% 0.93% -
XYZ 35.17 63.02 32.86 -
YUV 160.96 112.78 27.46 -
System Red Green Blue C M Y K H S L
Decimal 20 238 134 0.92 0 0.44 0.07 151.38 0.87 0.51
Hex 14 EE 86 5C 0 2C 7 97 57 33
Octal 24 356 206 134 0 54 7 227 127 63
Binary 10100 11101110 10000110 1011100 0 101100 111 10010111 1010111 110011

Color Harmonies of #14EE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EE86

Black with #14EE86

Text Example


Text Example

White with #14EE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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