Html Css Color HEX #13F180 Spring Green

📋 copy color: '#13F180'

red 19 ◦ green 241 ◦ blue 128

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

Shades of Spring Green #13F180

Tints of Spring Green #13F180

RGB

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

 GREEN value IS 241 (94.53% from 255) = 62.11%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 4.9%
G = 62.11%
B = 32.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#13F180 (or 0x13F180) is known color: Spring Green. HEX triplet: 13, F1 and 80. RGB value is (19,241,128). Sum of RGB (Red+Green+Blue) = 19+241+128=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 241 (94.53% from 255 or 62.11% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 241 - color contains mainly: green. Hex color #13F180 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F180 is #EC0E7F. Grayscale: #A1A1A1. Windows color (decimal): -15470208 or 8450323. OLE color: 8450323.

HSL color Cylindrical-coordinate representation of color #13F180: hue angle of 149.46º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F180 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 241 128 -
CMYK 0.92 0 0.47 0.05
HSL 149.46º 0.89% 0.51% -
HSV(B) 149.46º 0.92% 0.95% -
XYZ 35.62 64.61 31.02 -
YUV 161.74 108.95 26.19 -
System Red Green Blue C M Y K H S L
Decimal 19 241 128 0.92 0 0.47 0.05 149.46 0.89 0.51
Hex 13 F1 80 5C 0 2F 5 95 59 33
Octal 23 361 200 134 0 57 5 225 131 63
Binary 10011 11110001 10000000 1011100 0 101111 101 10010101 1011001 110011

Color Harmonies of #13F180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F180

Black with #13F180

Text Example


Text Example

White with #13F180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,241,128); }

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

background-color css

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

 a { background-color: rgb(19,241,128); }

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

border-color css

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

 span { border-color: rgb(19,241,128); }

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