Html Css Color HEX #13FA8C Spring Green

📋 copy color: '#13FA8C'

red 19 ◦ green 250 ◦ blue 140

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

Shades of Spring Green #13FA8C

Tints of Spring Green #13FA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 61.12%

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 4.65%
G = 61.12%
B = 34.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#13FA8C (or 0x13FA8C) is known color: Spring Green. HEX triplet: 13, FA and 8C. RGB value is (19,250,140). Sum of RGB (Red+Green+Blue) = 19+250+140=409 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.65% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FA8C is #EC0573. Grayscale: #A8A8A8. Windows color (decimal): -15467892 or 9239059. OLE color: 9239059.

HSL color Cylindrical-coordinate representation of color #13FA8C: hue angle of 151.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FA8C is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 250 140 -
CMYK 0.92 0 0.44 0.02
HSL 151.43º 0.96% 0.53% -
HSV(B) 151.43º 0.92% 0.98% -
XYZ 39.19 70.4 36.33 -
YUV 168.39 111.97 21.44 -
System Red Green Blue C M Y K H S L
Decimal 19 250 140 0.92 0 0.44 0.02 151.43 0.96 0.53
Hex 13 FA 8C 5C 0 2C 2 97 60 35
Octal 23 372 214 134 0 54 2 227 140 65
Binary 10011 11111010 10001100 1011100 0 101100 10 10010111 1100000 110101

Color Harmonies of #13FA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FA8C

Black with #13FA8C

Text Example


Text Example

White with #13FA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,250,140); }

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

background-color css

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

 a { background-color: rgb(19,250,140); }

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

border-color css

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

 span { border-color: rgb(19,250,140); }

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