#01E61A

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

Shades of Free Speech Green #01E61A

Tints of Free Speech Green #01E61A

Color information

#01E61A (or 0x01E61A) is unknown color: approx Free Speech Green. HEX triplet: 01, E6 and 1A. RGB value is (1,230,26). Sum of RGB (Red+Green+Blue) = 1+230+26=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 230 (90.23% from 255 or 89.49% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 230 - color contains mainly: green. Hex color #01E61A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01E61A is #FE19E5. Grayscale: #8A8A8A. Windows color (decimal): -16652774 or 1762817. OLE color: 1762817.

HSL color Cylindrical-coordinate representation of color #01E61A: hue angle of 126.55º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E61A is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB123026-
CMYK1.0000.890.10
HSL126.55º99.13%45.29%-
HSV(B)126.55º99.57%90.2%-
XYZ28.556.6710.41-
YUV138.2764.6330.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 230 (90.23% from 255) = 89.49%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=0.39%
G=89.49%
B=10.12%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1230261.0000.890.10126.5599.1345.29
Hex1E61A64059A7f632d
Octal13463214401311217714355
Binary11110011011010110010001011001101011111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01E61A; }

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

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

<style>
 a { background-color: #01E61A; }

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

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

<style>
 span { border-color: #01E61A; }

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

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