#1AFF18

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

Shades of Free Speech Green #1AFF18

Tints of Free Speech Green #1AFF18

Color information

#1AFF18 (or 0x1AFF18) is unknown color: approx Free Speech Green. HEX triplet: 1A, FF and 18. RGB value is (26,255,24). Sum of RGB (Red+Green+Blue) = 26+255+24=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #1AFF18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFF18 is #E500E7. Grayscale: #A0A0A0. Windows color (decimal): -15007976 or 1638170. OLE color: 1638170.

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

Color convert

RGB2625524-
CMYK0.9000.910
HSL119.48º100%54.71%-
HSV(B)119.48º90.59%100%-
XYZ36.3571.8112.81-
YUV160.251.1332.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 255 (100% from 255) = 83.61%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=8.52%
G=83.61%
B=7.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal26255240.9000.910119.4810054.71
Hex1AFF185A05B0776437
Octal32377301320133016714467
Binary110101111111111000101101001011011011101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AFF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AFF18;
 }
 .AnyTagClassName
 {
   color: #1AFF18;
 }
</style>
background-color css

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

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

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

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

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

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