#1EDC01

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

Shades of Free Speech Green #1EDC01

Tints of Free Speech Green #1EDC01

Color information

#1EDC01 (or 0x1EDC01) is unknown color: approx Free Speech Green. HEX triplet: 1E, DC and 01. RGB value is (30,220,1). Sum of RGB (Red+Green+Blue) = 30+220+1=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 220 (86.33% from 255 or 87.65% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC01 is #E123FE. Grayscale: #8A8A8A. Windows color (decimal): -14754815 or 121886. OLE color: 121886.

HSL color Cylindrical-coordinate representation of color #1EDC01: hue angle of 112.05º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EDC01 is Cyan = 0.86, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB302201-
CMYK0.8601.000.14
HSL112.05º99.1%43.33%-
HSV(B)112.05º99.55%86.27%-
XYZ26.1351.468.58-
YUV138.2250.5550.81-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 220 (86.33% from 255) = 87.65%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=11.95%
G=87.65%
B=0.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3022010.8601.000.14112.0599.143.33
Hex1EDC156064E70632b
Octal36334112601441616014353
Binary11110110111001101011001100100111011100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,220,1); }

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

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

 a { background-color: rgb(30,220,1); }

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

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

 span { border-color: rgb(30,220,1); }

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