#00ED06

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

Shades of Free Speech Green #00ED06

Tints of Free Speech Green #00ED06

Color information

#00ED06 (or 0x00ED06) is unknown color: approx Free Speech Green. HEX triplet: 00, ED and 06. RGB value is (0,237,6). Sum of RGB (Red+Green+Blue) = 0+237+6=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 237 (92.97% from 255 or 97.53% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 237 - color contains mainly: green. Hex color #00ED06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00ED06 is #FF12F9. Grayscale: #8C8C8C. Windows color (decimal): -16716538 or 453888. OLE color: 453888.

HSL color Cylindrical-coordinate representation of color #00ED06: hue angle of 121.52º 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 #00ED06 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB02376-
CMYK100.970.07
HSL121.52º100%46.47%-
HSV(B)121.52º100%92.94%-
XYZ30.3260.5810.27-
YUV139.852.4828.28-

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) = 97.53%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=0%
G=97.53%
B=2.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal02376100.970.07121.5210046.47
Hex0ED66406177a642e
Octal035561440141717214456
Binary01110110111011001000110000111111110101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00ED06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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