Html Css Color HEX #13F26E Spring Green

📋 copy color: '#13F26E'

red 19 ◦ green 242 ◦ blue 110

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

Shades of Spring Green #13F26E

Tints of Spring Green #13F26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 5.12%
G = 65.23%
B = 29.65%

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

#13F26E (or 0x13F26E) is known color: Spring Green. HEX triplet: 13, F2 and 6E. RGB value is (19,242,110). Sum of RGB (Red+Green+Blue) = 19+242+110=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #13F26E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F26E is #EC0D91. Grayscale: #A0A0A0. Windows color (decimal): -15469970 or 7270931. OLE color: 7270931.

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

Color convert

RGB 19 242 110 -
CMYK 0.92 0 0.55 0.05
HSL 144.48º 0.9% 0.51% -
HSV(B) 144.48º 0.92% 0.95% -
XYZ 34.84 64.77 25.42 -
YUV 160.28 99.62 27.23 -
System Red Green Blue C M Y K H S L
Decimal 19 242 110 0.92 0 0.55 0.05 144.48 0.9 0.51
Hex 13 F2 6E 5C 0 37 5 90 5A 33
Octal 23 362 156 134 0 67 5 220 132 63
Binary 10011 11110010 1101110 1011100 0 110111 101 10010000 1011010 110011

Color Harmonies of #13F26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F26E

Black with #13F26E

Text Example


Text Example

White with #13F26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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