Html Css Color HEX #13F976 Spring Green

📋 copy color: '#13F976'

red 19 ◦ green 249 ◦ blue 118

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

Shades of Spring Green #13F976

Tints of Spring Green #13F976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 4.92%
G = 64.51%
B = 30.57%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#13F976 (or 0x13F976) is known color: Spring Green. HEX triplet: 13, F9 and 76. RGB value is (19,249,118). Sum of RGB (Red+Green+Blue) = 19+249+118=386 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.92% from 386); Green value is 249 (97.66% from 255 or 64.51% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 249 - color contains mainly: green. Hex color #13F976 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F976 is #EC0689. Grayscale: #A5A5A5. Windows color (decimal): -15468170 or 7797011. OLE color: 7797011.

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

Color convert

RGB 19 249 118 -
CMYK 0.92 0 0.53 0.02
HSL 145.83º 0.95% 0.53% -
HSV(B) 145.83º 0.92% 0.98% -
XYZ 37.41 69.2 28.52 -
YUV 165.3 101.3 23.65 -
System Red Green Blue C M Y K H S L
Decimal 19 249 118 0.92 0 0.53 0.02 145.83 0.95 0.53
Hex 13 F9 76 5C 0 35 2 92 5F 35
Octal 23 371 166 134 0 65 2 222 137 65
Binary 10011 11111001 1110110 1011100 0 110101 10 10010010 1011111 110101

Color Harmonies of #13F976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F976

Black with #13F976

Text Example


Text Example

White with #13F976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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