#1AE801

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

Shades of Free Speech Green #1AE801

Tints of Free Speech Green #1AE801

Color information

#1AE801 (or 0x1AE801) is unknown color: approx Free Speech Green. HEX triplet: 1A, E8 and 01. RGB value is (26,232,1). Sum of RGB (Red+Green+Blue) = 26+232+1=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 232 (91.02% from 255 or 89.58% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 232 - color contains mainly: green. Hex color #1AE801 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AE801 is #E517FE. Grayscale: #909090. Windows color (decimal): -15013887 or 124954. OLE color: 124954.

HSL color Cylindrical-coordinate representation of color #1AE801: hue angle of 113.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AE801 is Cyan = 0.89, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB262321-
CMYK0.8901.000.09
HSL113.51º99.14%45.69%-
HSV(B)113.51º99.57%90.98%-
XYZ29.2957.949.67-
YUV144.0747.2543.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.04%
GREEN value IS 232 (91.02% from 255) = 89.58%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=10.04%
G=89.58%
B=0.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2623210.8901.000.09113.5199.1445.69
Hex1AE8159064972632e
Octal32350113101441116214356
Binary11010111010001101100101100100100111100101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AE801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,232,1); }

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

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

 a { background-color: rgb(26,232,1); }

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

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

 span { border-color: rgb(26,232,1); }

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