Html Css Color HEX #13F26D Spring Green

📋 copy color: '#13F26D'

red 19 ◦ green 242 ◦ blue 109

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

Shades of Spring Green #13F26D

Tints of Spring Green #13F26D

RGB

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

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

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

R = 5.14%
G = 65.41%
B = 29.46%

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

#13F26D (or 0x13F26D) is known color: Spring Green. HEX triplet: 13, F2 and 6D. RGB value is (19,242,109). Sum of RGB (Red+Green+Blue) = 19+242+109=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #13F26D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F26D is #EC0D92. Grayscale: #A0A0A0. Windows color (decimal): -15469971 or 7205395. OLE color: 7205395.

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

Color convert

RGB 19 242 109 -
CMYK 0.92 0 0.55 0.05
HSL 144.22º 0.9% 0.51% -
HSV(B) 144.22º 0.92% 0.95% -
XYZ 34.78 64.75 25.13 -
YUV 160.16 99.12 27.31 -
System Red Green Blue C M Y K H S L
Decimal 19 242 109 0.92 0 0.55 0.05 144.22 0.9 0.51
Hex 13 F2 6D 5C 0 37 5 90 5A 33
Octal 23 362 155 134 0 67 5 220 132 63
Binary 10011 11110010 1101101 1011100 0 110111 101 10010000 1011010 110011

Color Harmonies of #13F26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F26D

Black with #13F26D

Text Example


Text Example

White with #13F26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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