Html Css Color HEX #13F273 Spring Green

📋 copy color: '#13F273'

red 19 ◦ green 242 ◦ blue 115

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

Shades of Spring Green #13F273

Tints of Spring Green #13F273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.59%

R = 5.05%
G = 64.36%
B = 30.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#13F273 (or 0x13F273) is known color: Spring Green. HEX triplet: 13, F2 and 73. RGB value is (19,242,115). Sum of RGB (Red+Green+Blue) = 19+242+115=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #13F273 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F273 is #EC0D8C. Grayscale: #A1A1A1. Windows color (decimal): -15469965 or 7598611. OLE color: 7598611.

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

Color convert

RGB 19 242 115 -
CMYK 0.92 0 0.52 0.05
HSL 145.83º 0.9% 0.51% -
HSV(B) 145.83º 0.92% 0.95% -
XYZ 35.12 64.88 26.89 -
YUV 160.85 102.12 26.83 -
System Red Green Blue C M Y K H S L
Decimal 19 242 115 0.92 0 0.52 0.05 145.83 0.9 0.51
Hex 13 F2 73 5C 0 34 5 92 5A 33
Octal 23 362 163 134 0 64 5 222 132 63
Binary 10011 11110010 1110011 1011100 0 110100 101 10010010 1011010 110011

Color Harmonies of #13F273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F273

Black with #13F273

Text Example


Text Example

White with #13F273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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