Html Css Color HEX #13FE86 Spring Green

📋 copy color: '#13FE86'

red 19 ◦ green 254 ◦ blue 134

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

Shades of Spring Green #13FE86

Tints of Spring Green #13FE86

RGB

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

 GREEN value IS 254 (99.61% from 255) = 62.41%

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 4.67%
G = 62.41%
B = 32.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#13FE86 (or 0x13FE86) is known color: Spring Green. HEX triplet: 13, FE and 86. RGB value is (19,254,134). Sum of RGB (Red+Green+Blue) = 19+254+134=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 254 (99.61% from 255 or 62.41% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 254 - color contains mainly: green. Hex color #13FE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FE86 is #EC0179. Grayscale: #AAAAAA. Windows color (decimal): -15466874 or 8846867. OLE color: 8846867.

HSL color Cylindrical-coordinate representation of color #13FE86: hue angle of 149.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FE86 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 19 254 134 -
CMYK 0.93 0 0.47 0.00
HSL 149.36º 0.99% 0.54% -
HSV(B) 149.36º 0.93% 1% -
XYZ 40.01 72.74 34.49 -
YUV 170.06 107.64 20.26 -
System Red Green Blue C M Y K H S L
Decimal 19 254 134 0.93 0 0.47 0.00 149.36 0.99 0.54
Hex 13 FE 86 5D 0 2F 0 95 63 36
Octal 23 376 206 135 0 57 0 225 143 66
Binary 10011 11111110 10000110 1011101 0 101111 0 10010101 1100011 110110

Color Harmonies of #13FE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FE86

Black with #13FE86

Text Example


Text Example

White with #13FE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,254,134); }

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

background-color css

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

 a { background-color: rgb(19,254,134); }

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

border-color css

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

 span { border-color: rgb(19,254,134); }

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