#1EDC10

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

Shades of Free Speech Green #1EDC10

Tints of Free Speech Green #1EDC10

Color information

#1EDC10 (or 0x1EDC10) is unknown color: approx Free Speech Green. HEX triplet: 1E, DC and 10. RGB value is (30,220,16). Sum of RGB (Red+Green+Blue) = 30+220+16=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 220 (86.33% from 255 or 82.71% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC10 is #E123EF. Grayscale: #8C8C8C. Windows color (decimal): -14754800 or 1104926. OLE color: 1104926.

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

Color convert

RGB3022016-
CMYK0.8600.930.14
HSL115.88º86.44%46.27%-
HSV(B)115.88º92.73%86.27%-
XYZ26.2251.59.05-
YUV139.9358.0549.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.28%
GREEN value IS 220 (86.33% from 255) = 82.71%
BLUE value IS 16 (6.64% from 255) = 6.02%
R=11.28%
G=82.71%
B=6.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal30220160.8600.930.14115.8886.4446.27
Hex1EDC105605DE74562e
Octal363342012601351616412656
Binary111101101110010000101011001011101111011101001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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