Html Css Color HEX #13F076 Spring Green

📋 copy color: '#13F076'

red 19 ◦ green 240 ◦ blue 118

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

Shades of Spring Green #13F076

Tints of Spring Green #13F076

RGB

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

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

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

R = 5.04%
G = 63.66%
B = 31.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#13F076 (or 0x13F076) is known color: Spring Green. HEX triplet: 13, F0 and 76. RGB value is (19,240,118). Sum of RGB (Red+Green+Blue) = 19+240+118=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 240 (94.14% from 255 or 63.66% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 240 - color contains mainly: green. Hex color #13F076 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F076 is #EC0F89. Grayscale: #A0A0A0. Windows color (decimal): -15470474 or 7794707. OLE color: 7794707.

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

Color convert

RGB 19 240 118 -
CMYK 0.92 0 0.51 0.06
HSL 146.88º 0.88% 0.51% -
HSV(B) 146.88º 0.92% 0.94% -
XYZ 34.7 63.77 27.62 -
YUV 160.01 104.28 27.42 -
System Red Green Blue C M Y K H S L
Decimal 19 240 118 0.92 0 0.51 0.06 146.88 0.88 0.51
Hex 13 F0 76 5C 0 33 6 93 58 33
Octal 23 360 166 134 0 63 6 223 130 63
Binary 10011 11110000 1110110 1011100 0 110011 110 10010011 1011000 110011

Color Harmonies of #13F076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F076

Black with #13F076

Text Example


Text Example

White with #13F076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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