Html Css Color HEX #19FC01 Free Speech Green

📋 copy color: '#19FC01'

red 25 ◦ green 252 ◦ blue 1

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

Shades of Free Speech Green #19FC01

Tints of Free Speech Green #19FC01

RGB

 RED value IS 25 (10.16% from 255) = 8.99%

 GREEN value IS 252 (98.83% from 255) = 90.65%

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

R = 8.99%
G = 90.65%
B = 0.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#19FC01 (or 0x19FC01) is known color: Free Speech Green. HEX triplet: 19, FC and 01. RGB value is (25,252,1). Sum of RGB (Red+Green+Blue) = 25+252+1=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 252 (98.83% from 255 or 90.65% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 252 - color contains mainly: green. Hex color #19FC01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FC01 is #E603FE. Grayscale: #9C9C9C. Windows color (decimal): -15074303 or 130073. OLE color: 130073.

HSL color Cylindrical-coordinate representation of color #19FC01: hue angle of 114.26º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19FC01 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 252 1 -
CMYK 0.90 0 1.00 0.01
HSL 114.26º 0.99% 0.5% -
HSV(B) 114.26º 1% 0.99% -
XYZ 35.22 69.83 11.65 -
YUV 155.51 40.79 34.91 -
System Red Green Blue C M Y K H S L
Decimal 25 252 1 0.90 0 1.00 0.01 114.26 0.99 0.5
Hex 19 FC 1 5A 0 64 1 72 63 32
Octal 31 374 1 132 0 144 1 162 143 62
Binary 11001 11111100 1 1011010 0 1100100 1 1110010 1100011 110010

Color Harmonies of #19FC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FC01

Black with #19FC01

Text Example


Text Example

White with #19FC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19FC01; }

 p { color: rgb(25,252,1); }

 H1.HeaderClassName
 {
   color: #19FC01;
 }
 .AnyTagClassName
 {
   color: #19FC01;
 }
</style>

background-color css

<style>
 a { background-color: #19FC01; }

 a { background-color: rgb(25,252,1); }

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

border-color css

<style>
 span { border-color: #19FC01; }

 span { border-color: rgb(25,252,1); }

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