Html Css Color HEX #1AFF00 Free Speech Green

📋 copy color: '#1AFF00'

red 26 ◦ green 255 ◦ blue 0

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

Shades of Free Speech Green #1AFF00

Tints of Free Speech Green #1AFF00

RGB

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

 GREEN value IS 255 (100% from 255) = 90.75%

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

R = 9.25%
G = 90.75%
B = 0%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#1AFF00 (or 0x1AFF00) is known color: Free Speech Green. HEX triplet: 1A, FF and 00. RGB value is (26,255,0). Sum of RGB (Red+Green+Blue) = 26+255+0=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 255 (100% from 255 or 90.75% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFF00 is #E500FF. Grayscale: #9E9E9E. Windows color (decimal): -15008000 or 65306. OLE color: 65306.

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

Color convert

RGB 26 255 0 -
CMYK 0.90 0 1 0
HSL 113.88º 1% 0.5% -
HSV(B) 113.88º 1% 1% -
XYZ 36.19 71.74 11.94 -
YUV 157.46 39.13 34.23 -
System Red Green Blue C M Y K H S L
Decimal 26 255 0 0.90 0 1 0 113.88 1 0.5
Hex 1A FF 0 5A 0 64 0 72 64 32
Octal 32 377 0 132 0 144 0 162 144 62
Binary 11010 11111111 0 1011010 0 1100100 0 1110010 1100100 110010

Color Harmonies of #1AFF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFF00

Black with #1AFF00

Text Example


Text Example

White with #1AFF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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