Html Css Color HEX #13F666 Spring Green

📋 copy color: '#13F666'

red 19 ◦ green 246 ◦ blue 102

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

Shades of Spring Green #13F666

Tints of Spring Green #13F666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 5.18%
G = 67.03%
B = 27.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#13F666 (or 0x13F666) is known color: Spring Green. HEX triplet: 13, F6 and 66. RGB value is (19,246,102). Sum of RGB (Red+Green+Blue) = 19+246+102=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 246 (96.48% from 255 or 67.03% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 246 - color contains mainly: green. Hex color #13F666 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F666 is #EC0999. Grayscale: #A2A2A2. Windows color (decimal): -15468954 or 6747667. OLE color: 6747667.

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

Color convert

RGB 19 246 102 -
CMYK 0.92 0 0.59 0.04
HSL 141.94º 0.93% 0.52% -
HSV(B) 141.94º 0.92% 0.96% -
XYZ 35.62 67.01 23.63 -
YUV 161.71 94.29 26.21 -
System Red Green Blue C M Y K H S L
Decimal 19 246 102 0.92 0 0.59 0.04 141.94 0.93 0.52
Hex 13 F6 66 5C 0 3B 4 8E 5D 34
Octal 23 366 146 134 0 73 4 216 135 64
Binary 10011 11110110 1100110 1011100 0 111011 100 10001110 1011101 110100

Color Harmonies of #13F666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F666

Black with #13F666

Text Example


Text Example

White with #13F666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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