#00ED0F

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

Shades of Free Speech Green #00ED0F

Tints of Free Speech Green #00ED0F

Color information

#00ED0F (or 0x00ED0F) is unknown color: approx Free Speech Green. HEX triplet: 00, ED and 0F. RGB value is (0,237,15). Sum of RGB (Red+Green+Blue) = 0+237+15=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 237 (92.97% from 255 or 94.05% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00ED0F is #FF12F0. Grayscale: #8D8D8D. Windows color (decimal): -16716529 or 1043712. OLE color: 1043712.

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

Color convert

RGB023715-
CMYK100.940.07
HSL123.8º100%46.47%-
HSV(B)123.8º100%92.94%-
XYZ30.3760.610.55-
YUV140.8356.9827.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 237 (92.97% from 255) = 94.05%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=0%
G=94.05%
B=5.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal023715100.940.07123.810046.47
Hex0EDF6405E77c642e
Octal0355171440136717414456
Binary011101101111111001000101111011111111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ED0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00ED0F; }

 p { color: rgb(0,237,15); }

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

<style>
 a { background-color: #00ED0F; }

 a { background-color: rgb(0,237,15); }

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

<style>
 span { border-color: #00ED0F; }

 span { border-color: rgb(0,237,15); }

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