Html Css Color HEX #13F66F Spring Green

📋 copy color: '#13F66F'

red 19 ◦ green 246 ◦ blue 111

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

Shades of Spring Green #13F66F

Tints of Spring Green #13F66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 5.05%
G = 65.43%
B = 29.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#13F66F (or 0x13F66F) is known color: Spring Green. HEX triplet: 13, F6 and 6F. RGB value is (19,246,111). Sum of RGB (Red+Green+Blue) = 19+246+111=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 246 (96.48% from 255 or 65.43% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 246 - color contains mainly: green. Hex color #13F66F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F66F is #EC0990. Grayscale: #A3A3A3. Windows color (decimal): -15468945 or 7337491. OLE color: 7337491.

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

Color convert

RGB 19 246 111 -
CMYK 0.92 0 0.55 0.04
HSL 144.32º 0.93% 0.52% -
HSV(B) 144.32º 0.92% 0.96% -
XYZ 36.09 67.2 26.11 -
YUV 162.74 98.79 25.48 -
System Red Green Blue C M Y K H S L
Decimal 19 246 111 0.92 0 0.55 0.04 144.32 0.93 0.52
Hex 13 F6 6F 5C 0 37 4 90 5D 34
Octal 23 366 157 134 0 67 4 220 135 64
Binary 10011 11110110 1101111 1011100 0 110111 100 10010000 1011101 110100

Color Harmonies of #13F66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F66F

Black with #13F66F

Text Example


Text Example

White with #13F66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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