Html Css Color HEX #14EBA9 Medium Spring Green

📋 copy color: '#14EBA9'

red 20 ◦ green 235 ◦ blue 169

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

Shades of Medium Spring Green #14EBA9

Tints of Medium Spring Green #14EBA9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.42%

 BLUE value IS 169 (66.41% from 255) = 39.86%

R = 4.72%
G = 55.42%
B = 39.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#14EBA9 (or 0x14EBA9) is known color: Medium Spring Green. HEX triplet: 14, EB and A9. RGB value is (20,235,169). Sum of RGB (Red+Green+Blue) = 20+235+169=424 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.72% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #14EBA9 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #14EBA9 is #EB1456. Grayscale: #A3A3A3. Windows color (decimal): -15406167 or 11135764. OLE color: 11135764.

HSL color Cylindrical-coordinate representation of color #14EBA9: hue angle of 161.58º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EBA9 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 235 169 -
CMYK 0.91 0 0.28 0.08
HSL 161.58º 0.84% 0.5% -
HSV(B) 161.58º 0.91% 0.92% -
XYZ 37.16 62.43 47.63 -
YUV 163.19 131.27 25.87 -
System Red Green Blue C M Y K H S L
Decimal 20 235 169 0.91 0 0.28 0.08 161.58 0.84 0.5
Hex 14 EB A9 5B 0 1C 8 A2 54 32
Octal 24 353 251 133 0 34 10 242 124 62
Binary 10100 11101011 10101001 1011011 0 11100 1000 10100010 1010100 110010

Color Harmonies of #14EBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14EBA9

Black with #14EBA9

Text Example


Text Example

White with #14EBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,235,169); }

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

background-color css

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

 a { background-color: rgb(20,235,169); }

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

border-color css

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

 span { border-color: rgb(20,235,169); }

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