#1AEE00

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

Shades of Free Speech Green #1AEE00

Tints of Free Speech Green #1AEE00

Color information

#1AEE00 (or 0x1AEE00) is unknown color: approx Free Speech Green. HEX triplet: 1A, EE and 00. RGB value is (26,238,0). Sum of RGB (Red+Green+Blue) = 26+238+0=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 238 (93.36% from 255 or 90.15% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 238 - color contains mainly: green. Hex color #1AEE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AEE00 is #E511FF. Grayscale: #949494. Windows color (decimal): -15012352 or 60954. OLE color: 60954.

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

Color convert

RGB262380-
CMYK0.89010.07
HSL113.45º100%46.67%-
HSV(B)113.45º100%93.33%-
XYZ3161.3710.21-
YUV147.4844.7641.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 238 (93.36% from 255) = 90.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.85%
G=90.15%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2623800.89010.07113.4510046.67
Hex1AEE059064771642f
Octal3235601310144716114457
Binary1101011101110010110010110010011111100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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