Html Css Color HEX #13F0A0 Medium Spring Green

📋 copy color: '#13F0A0'

red 19 ◦ green 240 ◦ blue 160

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

Shades of Medium Spring Green #13F0A0

Tints of Medium Spring Green #13F0A0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.28%

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 4.53%
G = 57.28%
B = 38.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#13F0A0 (or 0x13F0A0) is known color: Medium Spring Green. HEX triplet: 13, F0 and A0. RGB value is (19,240,160). Sum of RGB (Red+Green+Blue) = 19+240+160=419 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.53% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #13F0A0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F0A0 is #EC0F5F. Grayscale: #A4A4A4. Windows color (decimal): -15470432 or 10547219. OLE color: 10547219.

HSL color Cylindrical-coordinate representation of color #13F0A0: hue angle of 158.28º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F0A0 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 240 160 -
CMYK 0.92 0 0.33 0.06
HSL 158.28º 0.88% 0.51% -
HSV(B) 158.28º 0.92% 0.94% -
XYZ 37.77 65 43.81 -
YUV 164.8 125.28 24 -
System Red Green Blue C M Y K H S L
Decimal 19 240 160 0.92 0 0.33 0.06 158.28 0.88 0.51
Hex 13 F0 A0 5C 0 21 6 9E 58 33
Octal 23 360 240 134 0 41 6 236 130 63
Binary 10011 11110000 10100000 1011100 0 100001 110 10011110 1011000 110011

Color Harmonies of #13F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F0A0

Black with #13F0A0

Text Example


Text Example

White with #13F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,240,160); }

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

background-color css

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

 a { background-color: rgb(19,240,160); }

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

border-color css

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

 span { border-color: rgb(19,240,160); }

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