Html Css Color HEX #13DC7C Spring Green

📋 copy color: '#13DC7C'

red 19 ◦ green 220 ◦ blue 124

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

Shades of Spring Green #13DC7C

Tints of Spring Green #13DC7C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.61%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 5.23%
G = 60.61%
B = 34.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#13DC7C (or 0x13DC7C) is known color: Spring Green. HEX triplet: 13, DC and 7C. RGB value is (19,220,124). Sum of RGB (Red+Green+Blue) = 19+220+124=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #13DC7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13DC7C is #EC2383. Grayscale: #959595. Windows color (decimal): -15475588 or 8182803. OLE color: 8182803.

HSL color Cylindrical-coordinate representation of color #13DC7C: hue angle of 151.34º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DC7C is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 220 124 -
CMYK 0.91 0 0.44 0.14
HSL 151.34º 0.84% 0.47% -
HSV(B) 151.34º 0.91% 0.86% -
XYZ 29.5 52.78 27.7 -
YUV 148.96 113.91 35.31 -
System Red Green Blue C M Y K H S L
Decimal 19 220 124 0.91 0 0.44 0.14 151.34 0.84 0.47
Hex 13 DC 7C 5B 0 2C E 97 54 2F
Octal 23 334 174 133 0 54 16 227 124 57
Binary 10011 11011100 1111100 1011011 0 101100 1110 10010111 1010100 101111

Color Harmonies of #13DC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DC7C

Black with #13DC7C

Text Example


Text Example

White with #13DC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,220,124); }

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

background-color css

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

 a { background-color: rgb(19,220,124); }

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

border-color css

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

 span { border-color: rgb(19,220,124); }

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