Html Css Color HEX #14E86F Spring Green

📋 copy color: '#14E86F'

red 20 ◦ green 232 ◦ blue 111

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

Shades of Spring Green #14E86F

Tints of Spring Green #14E86F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 63.91%

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 5.51%
G = 63.91%
B = 30.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#14E86F (or 0x14E86F) is known color: Spring Green. HEX triplet: 14, E8 and 6F. RGB value is (20,232,111). Sum of RGB (Red+Green+Blue) = 20+232+111=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 232 (91.02% from 255 or 63.91% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 232 - color contains mainly: green. Hex color #14E86F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14E86F is #EB1790. Grayscale: #9B9B9B. Windows color (decimal): -15406993 or 7333908. OLE color: 7333908.

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

Color convert

RGB 20 232 111 -
CMYK 0.91 0 0.52 0.09
HSL 145.75º 0.84% 0.49% -
HSV(B) 145.75º 0.91% 0.91% -
XYZ 32.01 59.01 24.74 -
YUV 154.82 103.26 31.84 -
System Red Green Blue C M Y K H S L
Decimal 20 232 111 0.91 0 0.52 0.09 145.75 0.84 0.49
Hex 14 E8 6F 5B 0 34 9 92 54 31
Octal 24 350 157 133 0 64 11 222 124 61
Binary 10100 11101000 1101111 1011011 0 110100 1001 10010010 1010100 110001

Color Harmonies of #14E86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E86F

Black with #14E86F

Text Example


Text Example

White with #14E86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,232,111); }

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

background-color css

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

 a { background-color: rgb(20,232,111); }

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

border-color css

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

 span { border-color: rgb(20,232,111); }

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