Html Css Color HEX #14EF6F Spring Green

📋 copy color: '#14EF6F'

red 20 ◦ green 239 ◦ blue 111

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

Shades of Spring Green #14EF6F

Tints of Spring Green #14EF6F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.59%

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

R = 5.41%
G = 64.59%
B = 30%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#14EF6F (or 0x14EF6F) is known color: Spring Green. HEX triplet: 14, EF and 6F. RGB value is (20,239,111). Sum of RGB (Red+Green+Blue) = 20+239+111=370 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.41% from 370); Green value is 239 (93.75% from 255 or 64.59% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 239 - color contains mainly: green. Hex color #14EF6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #14EF6F is #EB1090. Grayscale: #9F9F9F. Windows color (decimal): -15405201 or 7335700. OLE color: 7335700.

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

Color convert

RGB 20 239 111 -
CMYK 0.92 0 0.54 0.06
HSL 144.93º 0.87% 0.51% -
HSV(B) 144.93º 0.92% 0.94% -
XYZ 34.02 63.03 25.41 -
YUV 158.93 100.95 28.91 -
System Red Green Blue C M Y K H S L
Decimal 20 239 111 0.92 0 0.54 0.06 144.93 0.87 0.51
Hex 14 EF 6F 5C 0 36 6 91 57 33
Octal 24 357 157 134 0 66 6 221 127 63
Binary 10100 11101111 1101111 1011100 0 110110 110 10010001 1010111 110011

Color Harmonies of #14EF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EF6F

Black with #14EF6F

Text Example


Text Example

White with #14EF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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