Html Css Color HEX #14E688 Spring Green

📋 copy color: '#14E688'

red 20 ◦ green 230 ◦ blue 136

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

Shades of Spring Green #14E688

Tints of Spring Green #14E688

RGB

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

 GREEN value IS 230 (90.23% from 255) = 59.59%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 5.18%
G = 59.59%
B = 35.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#14E688 (or 0x14E688) is known color: Spring Green. HEX triplet: 14, E6 and 88. RGB value is (20,230,136). Sum of RGB (Red+Green+Blue) = 20+230+136=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #14E688 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14E688 is #EB1977. Grayscale: #9C9C9C. Windows color (decimal): -15407480 or 8971796. OLE color: 8971796.

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

Color convert

RGB 20 230 136 -
CMYK 0.91 0 0.41 0.10
HSL 153.14º 0.84% 0.49% -
HSV(B) 153.14º 0.91% 0.9% -
XYZ 33.03 58.52 32.85 -
YUV 156.49 116.43 30.64 -
System Red Green Blue C M Y K H S L
Decimal 20 230 136 0.91 0 0.41 0.10 153.14 0.84 0.49
Hex 14 E6 88 5B 0 29 A 99 54 31
Octal 24 346 210 133 0 51 12 231 124 61
Binary 10100 11100110 10001000 1011011 0 101001 1010 10011001 1010100 110001

Color Harmonies of #14E688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E688

Black with #14E688

Text Example


Text Example

White with #14E688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,230,136); }

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

background-color css

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

 a { background-color: rgb(20,230,136); }

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

border-color css

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

 span { border-color: rgb(20,230,136); }

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