#13EA80

Color #13EA80 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #13EA80

Tints of Spring Green #13EA80

Color information

#13EA80 (or 0x13EA80) is unknown color: approx Spring Green. HEX triplet: 13, EA and 80. RGB value is (19,234,128). Sum of RGB (Red+Green+Blue) = 19+234+128=381 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.99% from 381); Green value is 234 (91.80% from 255 or 61.42% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EA80 is #EC157F. Grayscale: #9D9D9D. Windows color (decimal): -15472000 or 8448531. OLE color: 8448531.

HSL color Cylindrical-coordinate representation of color #13EA80: hue angle of 150.42º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA80 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB19234128-
CMYK0.9200.450.08
HSL150.42º84.98%49.61%-
HSV(B)150.42º91.88%91.76%-
XYZ33.5960.5430.34-
YUV157.63111.2729.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.99%
GREEN value IS 234 (91.80% from 255) = 61.42%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=4.99%
G=61.42%
B=33.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192341280.9200.450.08150.4284.9849.61
Hex13EA805C02D8965532
Octal233522001340551022612562
Binary100111110101010000000101110001011011000100101101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13EA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13EA80; }

 p { color: rgb(19,234,128); }

 H1.HeaderClassName
 {
   color: #13EA80;
 }
 .AnyTagClassName
 {
   color: #13EA80;
 }
</style>
background-color css

<style>
 a { background-color: #13EA80; }

 a { background-color: rgb(19,234,128); }

 div.DivClassName
 {
   background-color: #13EA80;
 }
 .BgClassName
 {
   background-color: #13EA80;
 }
</style>
border-color css

<style>
 span { border-color: #13EA80; }

 span { border-color: rgb(19,234,128); }

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