#1AFF00

Color #1AFF00 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1AFF00

Tints of Free Speech Green #1AFF00

Color information

#1AFF00 (or 0x1AFF00) is unknown color: approx 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

RGB262550-
CMYK0.90010
HSL113.88º100%50%-
HSV(B)113.88º100%100%-
XYZ36.1971.7411.94-
YUV157.4639.1334.23-

RGB Variations

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

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 (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2625500.90010113.8810050
Hex1AFF05A0640726432
Octal3237701320144016214462
Binary11010111111110101101001100100011100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>