Html Css Color HEX #13F668 Spring Green

📋 copy color: '#13F668'

red 19 ◦ green 246 ◦ blue 104

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

Shades of Spring Green #13F668

Tints of Spring Green #13F668

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.67%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 5.15%
G = 66.67%
B = 28.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#13F668 (or 0x13F668) is known color: Spring Green. HEX triplet: 13, F6 and 68. RGB value is (19,246,104). Sum of RGB (Red+Green+Blue) = 19+246+104=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #13F668 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F668 is #EC0997. Grayscale: #A2A2A2. Windows color (decimal): -15468952 or 6878739. OLE color: 6878739.

HSL color Cylindrical-coordinate representation of color #13F668: hue angle of 142.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F668 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 246 104 -
CMYK 0.92 0 0.58 0.04
HSL 142.47º 0.93% 0.52% -
HSV(B) 142.47º 0.92% 0.96% -
XYZ 35.72 67.05 24.16 -
YUV 161.94 95.29 26.05 -
System Red Green Blue C M Y K H S L
Decimal 19 246 104 0.92 0 0.58 0.04 142.47 0.93 0.52
Hex 13 F6 68 5C 0 3A 4 8E 5D 34
Octal 23 366 150 134 0 72 4 216 135 64
Binary 10011 11110110 1101000 1011100 0 111010 100 10001110 1011101 110100

Color Harmonies of #13F668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F668

Black with #13F668

Text Example


Text Example

White with #13F668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,246,104); }

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

background-color css

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

 a { background-color: rgb(19,246,104); }

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

border-color css

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

 span { border-color: rgb(19,246,104); }

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