#13E885

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

Shades of Spring Green #13E885

Tints of Spring Green #13E885

Color information

#13E885 (or 0x13E885) is unknown color: approx Spring Green. HEX triplet: 13, E8 and 85. RGB value is (19,232,133). Sum of RGB (Red+Green+Blue) = 19+232+133=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 232 (91.02% from 255 or 60.42% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 232 - color contains mainly: green. Hex color #13E885 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13E885 is #EC177A. Grayscale: #9D9D9D. Windows color (decimal): -15472507 or 8775699. OLE color: 8775699.

HSL color Cylindrical-coordinate representation of color #13E885: hue angle of 152.11º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E885 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB19232133-
CMYK0.9200.430.09
HSL152.11º84.86%49.22%-
HSV(B)152.11º91.81%90.98%-
XYZ33.3659.5531.93-
YUV157.03114.4329.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.95%
GREEN value IS 232 (91.02% from 255) = 60.42%
BLUE value IS 133 (52.34% from 255) = 34.64%
R=4.95%
G=60.42%
B=34.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192321330.9200.430.09152.1184.8649.22
Hex13E8855C02B9985531
Octal233502051340531123012561
Binary100111110100010000101101110001010111001100110001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,232,133); }

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

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

 a { background-color: rgb(19,232,133); }

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

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

 span { border-color: rgb(19,232,133); }

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