Html Css Color HEX #13E182 Spring Green

📋 copy color: '#13E182'

red 19 ◦ green 225 ◦ blue 130

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

Shades of Spring Green #13E182

Tints of Spring Green #13E182

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.16%

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

R = 5.08%
G = 60.16%
B = 34.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#13E182 (or 0x13E182) is known color: Spring Green. HEX triplet: 13, E1 and 82. RGB value is (19,225,130). Sum of RGB (Red+Green+Blue) = 19+225+130=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #13E182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13E182 is #EC1E7D. Grayscale: #989898. Windows color (decimal): -15474302 or 8577299. OLE color: 8577299.

HSL color Cylindrical-coordinate representation of color #13E182: hue angle of 152.33º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E182 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 225 130 -
CMYK 0.92 0 0.42 0.12
HSL 152.33º 0.84% 0.48% -
HSV(B) 152.33º 0.92% 0.88% -
XYZ 31.22 55.6 30.21 -
YUV 152.58 115.25 32.72 -
System Red Green Blue C M Y K H S L
Decimal 19 225 130 0.92 0 0.42 0.12 152.33 0.84 0.48
Hex 13 E1 82 5C 0 2A C 98 54 30
Octal 23 341 202 134 0 52 14 230 124 60
Binary 10011 11100001 10000010 1011100 0 101010 1100 10011000 1010100 110000

Color Harmonies of #13E182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E182

Black with #13E182

Text Example


Text Example

White with #13E182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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