#1AEC01

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

Shades of Free Speech Green #1AEC01

Tints of Free Speech Green #1AEC01

Color information

#1AEC01 (or 0x1AEC01) is unknown color: approx Free Speech Green. HEX triplet: 1A, EC and 01. RGB value is (26,236,1). Sum of RGB (Red+Green+Blue) = 26+236+1=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 236 (92.58% from 255 or 89.73% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 236 - color contains mainly: green. Hex color #1AEC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AEC01 is #E513FE. Grayscale: #939393. Windows color (decimal): -15012863 or 125978. OLE color: 125978.

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

Color convert

RGB262361-
CMYK0.8901.000.07
HSL113.62º99.16%46.47%-
HSV(B)113.62º99.58%92.55%-
XYZ30.4360.2110.05-
YUV146.4245.9342.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 236 (92.58% from 255) = 89.73%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=9.89%
G=89.73%
B=0.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2623610.8901.000.07113.6299.1646.47
Hex1AEC159064772632e
Octal3235411310144716214356
Binary1101011101100110110010110010011111100101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AEC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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