Html Css Color HEX #19FD01 Free Speech Green

📋 copy color: '#19FD01'

red 25 ◦ green 253 ◦ blue 1

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

Shades of Free Speech Green #19FD01

Tints of Free Speech Green #19FD01

RGB

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

 GREEN value IS 253 (99.22% from 255) = 90.68%

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

R = 8.96%
G = 90.68%
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

#19FD01 (or 0x19FD01) is known color: Free Speech Green. HEX triplet: 19, FD and 01. RGB value is (25,253,1). Sum of RGB (Red+Green+Blue) = 25+253+1=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 253 (99.22% from 255 or 90.68% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 253 - color contains mainly: green. Hex color #19FD01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #19FD01 is #E602FE. Grayscale: #9C9C9C. Windows color (decimal): -15074047 or 130329. OLE color: 130329.

HSL color Cylindrical-coordinate representation of color #19FD01: hue angle of 114.29º 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 #19FD01 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 253 1 -
CMYK 0.90 0 1.00 0.01
HSL 114.29º 0.99% 0.5% -
HSV(B) 114.29º 1% 0.99% -
XYZ 35.53 70.46 11.76 -
YUV 156.1 40.46 34.49 -
System Red Green Blue C M Y K H S L
Decimal 25 253 1 0.90 0 1.00 0.01 114.29 0.99 0.5
Hex 19 FD 1 5A 0 64 1 72 63 32
Octal 31 375 1 132 0 144 1 162 143 62
Binary 11001 11111101 1 1011010 0 1100100 1 1110010 1100011 110010

Color Harmonies of #19FD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19FD01

Black with #19FD01

Text Example


Text Example

White with #19FD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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