#0ede0e

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

Shades of Free Speech Green #0EDE0E

Tints of Free Speech Green #0EDE0E

Color information

#0EDE0E (or 0x0EDE0E) is unknown color: approx Free Speech Green. HEX triplet: 0E, DE and 0E. RGB value is (14,222,14). Sum of RGB (Red+Green+Blue) = 14+222+14=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 222 (87.11% from 255 or 88.8% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDE0E is #F121F1. Grayscale: #888888. Windows color (decimal): -15802866 or 974350. OLE color: 974350.

HSL color Cylindrical-coordinate representation of color #0EDE0E: hue angle of 120º 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 #0EDE0E is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB1422214-
CMYK0.9400.940.13
HSL120º88.14%46.27%-
HSV(B)120º93.69%87.06%-
XYZ26.3852.379.13-
YUV136.159.0940.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 222 (87.11% from 255) = 88.8%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=5.6%
G=88.8%
B=5.6%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14222140.9400.940.1312088.1446.27
HexEDEE5E05ED78582e
Octal163361613601361517013056
Binary1110110111101110101111001011110110111110001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ede0e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ede0e; }

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

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

<style>
 a { background-color: #0ede0e; }

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

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

<style>
 span { border-color: #0ede0e; }

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

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