Html Css Color HEX #13F36D Spring Green

📋 copy color: '#13F36D'

red 19 ◦ green 243 ◦ blue 109

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

Shades of Spring Green #13F36D

Tints of Spring Green #13F36D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.5%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 5.12%
G = 65.5%
B = 29.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#13F36D (or 0x13F36D) is known color: Spring Green. HEX triplet: 13, F3 and 6D. RGB value is (19,243,109). Sum of RGB (Red+Green+Blue) = 19+243+109=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 243 (95.31% from 255 or 65.50% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 243 - color contains mainly: green. Hex color #13F36D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F36D is #EC0C92. Grayscale: #A1A1A1. Windows color (decimal): -15469715 or 7205651. OLE color: 7205651.

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

Color convert

RGB 19 243 109 -
CMYK 0.92 0 0.55 0.05
HSL 144.11º 0.9% 0.51% -
HSV(B) 144.11º 0.92% 0.95% -
XYZ 35.08 65.34 25.23 -
YUV 160.75 98.79 26.9 -
System Red Green Blue C M Y K H S L
Decimal 19 243 109 0.92 0 0.55 0.05 144.11 0.9 0.51
Hex 13 F3 6D 5C 0 37 5 90 5A 33
Octal 23 363 155 134 0 67 5 220 132 63
Binary 10011 11110011 1101101 1011100 0 110111 101 10010000 1011010 110011

Color Harmonies of #13F36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F36D

Black with #13F36D

Text Example


Text Example

White with #13F36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,243,109); }

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

background-color css

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

 a { background-color: rgb(19,243,109); }

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

border-color css

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

 span { border-color: rgb(19,243,109); }

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