Html Css Color HEX #13F06C Spring Green

📋 copy color: '#13F06C'

red 19 ◦ green 240 ◦ blue 108

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

Shades of Spring Green #13F06C

Tints of Spring Green #13F06C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.4%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 5.18%
G = 65.4%
B = 29.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#13F06C (or 0x13F06C) is known color: Spring Green. HEX triplet: 13, F0 and 6C. RGB value is (19,240,108). Sum of RGB (Red+Green+Blue) = 19+240+108=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 240 (94.14% from 255 or 65.40% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 240 - color contains mainly: green. Hex color #13F06C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F06C is #EC0F93. Grayscale: #9F9F9F. Windows color (decimal): -15470484 or 7139347. OLE color: 7139347.

HSL color Cylindrical-coordinate representation of color #13F06C: hue angle of 144.16º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F06C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 240 108 -
CMYK 0.92 0 0.55 0.06
HSL 144.16º 0.88% 0.51% -
HSV(B) 144.16º 0.92% 0.94% -
XYZ 34.14 63.54 24.65 -
YUV 158.87 99.28 28.23 -
System Red Green Blue C M Y K H S L
Decimal 19 240 108 0.92 0 0.55 0.06 144.16 0.88 0.51
Hex 13 F0 6C 5C 0 37 6 90 58 33
Octal 23 360 154 134 0 67 6 220 130 63
Binary 10011 11110000 1101100 1011100 0 110111 110 10010000 1011000 110011

Color Harmonies of #13F06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F06C

Black with #13F06C

Text Example


Text Example

White with #13F06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,240,108); }

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

background-color css

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

 a { background-color: rgb(19,240,108); }

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

border-color css

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

 span { border-color: rgb(19,240,108); }

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