Html Css Color HEX #13E482 Spring Green

📋 copy color: '#13E482'

red 19 ◦ green 228 ◦ blue 130

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

Shades of Spring Green #13E482

Tints of Spring Green #13E482

RGB

 RED value IS 19 (7.81% from 255) = 5.04%

 GREEN value IS 228 (89.45% from 255) = 60.48%

 BLUE value IS 130 (51.17% from 255) = 34.48%

R = 5.04%
G = 60.48%
B = 34.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#13E482 (or 0x13E482) is known color: Spring Green. HEX triplet: 13, E4 and 82. RGB value is (19,228,130). Sum of RGB (Red+Green+Blue) = 19+228+130=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 228 (89.45% from 255 or 60.48% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 228 - color contains mainly: green. Hex color #13E482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E482 is #EC1B7D. Grayscale: #9A9A9A. Windows color (decimal): -15473534 or 8578067. OLE color: 8578067.

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

Color convert

RGB 19 228 130 -
CMYK 0.92 0 0.43 0.11
HSL 151.87º 0.85% 0.48% -
HSV(B) 151.87º 0.92% 0.89% -
XYZ 32.04 57.24 30.48 -
YUV 154.34 114.26 31.47 -
System Red Green Blue C M Y K H S L
Decimal 19 228 130 0.92 0 0.43 0.11 151.87 0.85 0.48
Hex 13 E4 82 5C 0 2B B 98 55 30
Octal 23 344 202 134 0 53 13 230 125 60
Binary 10011 11100100 10000010 1011100 0 101011 1011 10011000 1010101 110000

Color Harmonies of #13E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E482

Black with #13E482

Text Example


Text Example

White with #13E482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,228,130); }

 H1.HeaderClassName
 {
   color: #13E482;
 }
 .AnyTagClassName
 {
   color: #13E482;
 }
</style>

background-color css

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

 a { background-color: rgb(19,228,130); }

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

border-color css

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

 span { border-color: rgb(19,228,130); }

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