Html Css Color HEX #13EA74 Spring Green

📋 copy color: '#13EA74'

red 19 ◦ green 234 ◦ blue 116

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

Shades of Spring Green #13EA74

Tints of Spring Green #13EA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.41%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 5.15%
G = 63.41%
B = 31.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#13EA74 (or 0x13EA74) is known color: Spring Green. HEX triplet: 13, EA and 74. RGB value is (19,234,116). Sum of RGB (Red+Green+Blue) = 19+234+116=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 234 (91.80% from 255 or 63.41% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 234 - color contains mainly: green. Hex color #13EA74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EA74 is #EC158B. Grayscale: #9C9C9C. Windows color (decimal): -15472012 or 7662099. OLE color: 7662099.

HSL color Cylindrical-coordinate representation of color #13EA74: hue angle of 147.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EA74 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 116 -
CMYK 0.92 0 0.50 0.08
HSL 147.07º 0.85% 0.5% -
HSV(B) 147.07º 0.92% 0.92% -
XYZ 32.84 60.25 26.42 -
YUV 156.26 105.27 30.09 -
System Red Green Blue C M Y K H S L
Decimal 19 234 116 0.92 0 0.50 0.08 147.07 0.85 0.5
Hex 13 EA 74 5C 0 32 8 93 55 32
Octal 23 352 164 134 0 62 10 223 125 62
Binary 10011 11101010 1110100 1011100 0 110010 1000 10010011 1010101 110010

Color Harmonies of #13EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EA74

Black with #13EA74

Text Example


Text Example

White with #13EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,234,116); }

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

background-color css

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

 a { background-color: rgb(19,234,116); }

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

border-color css

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

 span { border-color: rgb(19,234,116); }

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