#01E618

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

Shades of Free Speech Green #01E618

Tints of Free Speech Green #01E618

Color information

#01E618 (or 0x01E618) is unknown color: approx Free Speech Green. HEX triplet: 01, E6 and 18. RGB value is (1,230,24). Sum of RGB (Red+Green+Blue) = 1+230+24=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 230 (90.23% from 255 or 90.20% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 230 - color contains mainly: green. Hex color #01E618 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01E618 is #FE19E7. Grayscale: #8A8A8A. Windows color (decimal): -16652776 or 1631745. OLE color: 1631745.

HSL color Cylindrical-coordinate representation of color #01E618: hue angle of 126.03º 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 #01E618 is Cyan = 1.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB123024-
CMYK1.0000.900.10
HSL126.03º99.13%45.29%-
HSV(B)126.03º99.57%90.2%-
XYZ28.4756.6710.3-
YUV138.0463.6330.25-

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) = 90.20%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=0.39%
G=90.20%
B=9.41%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1230241.0000.900.10126.0399.1345.29
Hex1E6186405AA7e632d
Octal13463014401321217614355
Binary11110011011000110010001011010101011111101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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