#09ED20

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

Shades of Free Speech Green #09ED20

Tints of Free Speech Green #09ED20

Color information

#09ED20 (or 0x09ED20) is unknown color: approx Free Speech Green. HEX triplet: 09, ED and 20. RGB value is (9,237,32). Sum of RGB (Red+Green+Blue) = 9+237+32=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 237 (92.97% from 255 or 85.25% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 237 - color contains mainly: green. Hex color #09ED20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09ED20 is #F612DF. Grayscale: #929292. Windows color (decimal): -16126688 or 2157833. OLE color: 2157833.

HSL color Cylindrical-coordinate representation of color #09ED20: hue angle of 126.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ED20 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB923732-
CMYK0.9600.860.07
HSL126.05º92.68%48.24%-
HSV(B)126.05º96.2%92.94%-
XYZ30.6660.7311.47-
YUV145.4663.9630.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 237 (92.97% from 255) = 85.25%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=3.24%
G=85.25%
B=11.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal9237320.9600.860.07126.0592.6848.24
Hex9ED206005677e5d30
Octal11355401400126717613560
Binary10011110110110000011000000101011011111111101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09ED20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09ED20; }

 p { color: rgb(9,237,32); }

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

<style>
 a { background-color: #09ED20; }

 a { background-color: rgb(9,237,32); }

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

<style>
 span { border-color: #09ED20; }

 span { border-color: rgb(9,237,32); }

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