#1EDE0E

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

Shades of Free Speech Green #1EDE0E

Tints of Free Speech Green #1EDE0E

Color information

#1EDE0E (or 0x1EDE0E) is unknown color: approx Free Speech Green. HEX triplet: 1E, DE and 0E. RGB value is (30,222,14). Sum of RGB (Red+Green+Blue) = 30+222+14=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 222 (87.11% from 255 or 83.46% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDE0E is #E121F1. Grayscale: #8D8D8D. Windows color (decimal): -14754290 or 974366. OLE color: 974366.

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

Color convert

RGB3022214-
CMYK0.8600.940.13
HSL115.38º88.14%46.27%-
HSV(B)115.38º93.69%87.06%-
XYZ26.7452.559.15-
YUV140.8856.3948.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.28%
GREEN value IS 222 (87.11% from 255) = 83.46%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=11.28%
G=83.46%
B=5.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30222140.8600.940.13115.3888.1446.27
Hex1EDEE5605ED73582e
Octal363361612601361516313056
Binary11110110111101110101011001011110110111100111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EDE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,222,14); }

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

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

 a { background-color: rgb(30,222,14); }

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

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

 span { border-color: rgb(30,222,14); }

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