Html Css Color HEX #1AFD00 Free Speech Green

📋 copy color: '#1AFD00'

red 26 ◦ green 253 ◦ blue 0

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

Shades of Free Speech Green #1AFD00

Tints of Free Speech Green #1AFD00

RGB

 RED value IS 26 (10.55% from 255) = 9.32%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 9.32%
G = 90.68%
B = 0%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#1AFD00 (or 0x1AFD00) is known color: Free Speech Green. HEX triplet: 1A, FD and 00. RGB value is (26,253,0). Sum of RGB (Red+Green+Blue) = 26+253+0=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 253 (99.22% from 255 or 90.68% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFD00 is #E502FF. Grayscale: #9D9D9D. Windows color (decimal): -15008512 or 64794. OLE color: 64794.

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

Color convert

RGB 26 253 0 -
CMYK 0.90 0 1 0.01
HSL 113.83º 1% 0.5% -
HSV(B) 113.83º 1% 0.99% -
XYZ 35.55 70.47 11.73 -
YUV 156.29 39.79 35.07 -
System Red Green Blue C M Y K H S L
Decimal 26 253 0 0.90 0 1 0.01 113.83 1 0.5
Hex 1A FD 0 5A 0 64 1 72 64 32
Octal 32 375 0 132 0 144 1 162 144 62
Binary 11010 11111101 0 1011010 0 1100100 1 1110010 1100100 110010

Color Harmonies of #1AFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFD00

Black with #1AFD00

Text Example


Text Example

White with #1AFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AFD00; }

 p { color: rgb(26,253,0); }

 H1.HeaderClassName
 {
   color: #1AFD00;
 }
 .AnyTagClassName
 {
   color: #1AFD00;
 }
</style>

background-color css

<style>
 a { background-color: #1AFD00; }

 a { background-color: rgb(26,253,0); }

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

border-color css

<style>
 span { border-color: #1AFD00; }

 span { border-color: rgb(26,253,0); }

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