#0EDE01

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

Shades of Free Speech Green #0EDE01

Tints of Free Speech Green #0EDE01

Color information

#0EDE01 (or 0x0EDE01) is unknown color: approx Free Speech Green. HEX triplet: 0E, DE and 01. RGB value is (14,222,1). Sum of RGB (Red+Green+Blue) = 14+222+1=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 222 (87.11% from 255 or 93.67% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDE01 is #F121FE. Grayscale: #878787. Windows color (decimal): -15802879 or 122382. OLE color: 122382.

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

Color convert

RGB142221-
CMYK0.9401.000.13
HSL116.47º99.1%43.73%-
HSV(B)116.47º99.55%87.06%-
XYZ26.3152.348.74-
YUV134.6152.5941.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.91%
GREEN value IS 222 (87.11% from 255) = 93.67%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=5.91%
G=93.67%
B=0.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422210.9401.000.13116.4799.143.73
HexEDE15E064D74632c
Octal16336113601441516414354
Binary1110110111101101111001100100110111101001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EDE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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