#13E875

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

Shades of Spring Green #13E875

Tints of Spring Green #13E875

Color information

#13E875 (or 0x13E875) is unknown color: approx Spring Green. HEX triplet: 13, E8 and 75. RGB value is (19,232,117). Sum of RGB (Red+Green+Blue) = 19+232+117=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 232 (91.02% from 255 or 63.04% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 232 - color contains mainly: green. Hex color #13E875 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13E875 is #EC178A. Grayscale: #9B9B9B. Windows color (decimal): -15472523 or 7727123. OLE color: 7727123.

HSL color Cylindrical-coordinate representation of color #13E875: hue angle of 147.61º 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 #13E875 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB19232117-
CMYK0.9200.500.09
HSL147.61º84.86%49.22%-
HSV(B)147.61º91.81%90.98%-
XYZ32.3459.1426.54-
YUV155.2106.4330.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.16%
GREEN value IS 232 (91.02% from 255) = 63.04%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=5.16%
G=63.04%
B=31.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal192321170.9200.500.09147.6184.8649.22
Hex13E8755C0329945531
Octal233501651340621122412561
Binary10011111010001110101101110001100101001100101001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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