Html Css Color HEX #13F501 Free Speech Green

📋 copy color: '#13F501'

red 19 ◦ green 245 ◦ blue 1

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

Shades of Free Speech Green #13F501

Tints of Free Speech Green #13F501

RGB

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

 GREEN value IS 245 (96.09% from 255) = 92.45%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 7.17%
G = 92.45%
B = 0.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#13F501 (or 0x13F501) is known color: Free Speech Green. HEX triplet: 13, F5 and 01. RGB value is (19,245,1). Sum of RGB (Red+Green+Blue) = 19+245+1=265 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.17% from 265); Green value is 245 (96.09% from 255 or 92.45% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 245 - color contains mainly: green. Hex color #13F501 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F501 is #EC0AFE. Grayscale: #969696. Windows color (decimal): -15469311 or 128275. OLE color: 128275.

HSL color Cylindrical-coordinate representation of color #13F501: hue angle of 115.57º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13F501 is Cyan = 0.92, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 245 1 -
CMYK 0.92 0 1.00 0.04
HSL 115.57º 0.99% 0.48% -
HSV(B) 115.57º 1% 0.96% -
XYZ 32.93 65.45 10.93 -
YUV 149.61 44.13 34.84 -
System Red Green Blue C M Y K H S L
Decimal 19 245 1 0.92 0 1.00 0.04 115.57 0.99 0.48
Hex 13 F5 1 5C 0 64 4 74 63 30
Octal 23 365 1 134 0 144 4 164 143 60
Binary 10011 11110101 1 1011100 0 1100100 100 1110100 1100011 110000

Color Harmonies of #13F501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F501

Black with #13F501

Text Example


Text Example

White with #13F501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,245,1); }

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

background-color css

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

 a { background-color: rgb(19,245,1); }

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

border-color css

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

 span { border-color: rgb(19,245,1); }

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