Html Css Color HEX #13F963 Spring Green

📋 copy color: '#13F963'

red 19 ◦ green 249 ◦ blue 99

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

Shades of Spring Green #13F963

Tints of Spring Green #13F963

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.85%

 BLUE value IS 99 (39.06% from 255) = 26.98%

R = 5.18%
G = 67.85%
B = 26.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#13F963 (or 0x13F963) is known color: Spring Green. HEX triplet: 13, F9 and 63. RGB value is (19,249,99). Sum of RGB (Red+Green+Blue) = 19+249+99=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 249 (97.66% from 255 or 67.85% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 249 - color contains mainly: green. Hex color #13F963 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F963 is #EC069C. Grayscale: #A3A3A3. Windows color (decimal): -15468189 or 6551827. OLE color: 6551827.

HSL color Cylindrical-coordinate representation of color #13F963: hue angle of 140.87º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F963 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 249 99 -
CMYK 0.92 0 0.60 0.02
HSL 140.87º 0.95% 0.53% -
HSV(B) 140.87º 0.92% 0.98% -
XYZ 36.4 68.79 23.16 -
YUV 163.13 91.8 25.2 -
System Red Green Blue C M Y K H S L
Decimal 19 249 99 0.92 0 0.60 0.02 140.87 0.95 0.53
Hex 13 F9 63 5C 0 3C 2 8D 5F 35
Octal 23 371 143 134 0 74 2 215 137 65
Binary 10011 11111001 1100011 1011100 0 111100 10 10001101 1011111 110101

Color Harmonies of #13F963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F963

Black with #13F963

Text Example


Text Example

White with #13F963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,249,99); }

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

background-color css

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

 a { background-color: rgb(19,249,99); }

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

border-color css

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

 span { border-color: rgb(19,249,99); }

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