Html Css Color HEX #13F271 Spring Green

📋 copy color: '#13F271'

red 19 ◦ green 242 ◦ blue 113

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

Shades of Spring Green #13F271

Tints of Spring Green #13F271

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.71%

 BLUE value IS 113 (44.53% from 255) = 30.21%

R = 5.08%
G = 64.71%
B = 30.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#13F271 (or 0x13F271) is known color: Spring Green. HEX triplet: 13, F2 and 71. RGB value is (19,242,113). Sum of RGB (Red+Green+Blue) = 19+242+113=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #13F271 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F271 is #EC0D8E. Grayscale: #A0A0A0. Windows color (decimal): -15469967 or 7467539. OLE color: 7467539.

HSL color Cylindrical-coordinate representation of color #13F271: hue angle of 145.29º degrees, saturation: 0.9, 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 #13F271 is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 242 113 -
CMYK 0.92 0 0.53 0.05
HSL 145.29º 0.9% 0.51% -
HSV(B) 145.29º 0.92% 0.95% -
XYZ 35 64.83 26.29 -
YUV 160.62 101.12 26.99 -
System Red Green Blue C M Y K H S L
Decimal 19 242 113 0.92 0 0.53 0.05 145.29 0.9 0.51
Hex 13 F2 71 5C 0 35 5 91 5A 33
Octal 23 362 161 134 0 65 5 221 132 63
Binary 10011 11110010 1110001 1011100 0 110101 101 10010001 1011010 110011

Color Harmonies of #13F271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F271

Black with #13F271

Text Example


Text Example

White with #13F271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,242,113); }

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

background-color css

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

 a { background-color: rgb(19,242,113); }

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

border-color css

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

 span { border-color: rgb(19,242,113); }

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