Shades of Free Speech Green #09ED1E
Tints of Free Speech Green #09ED1E
RGB
CMYK
RGB Variations
Color information
#09ED1E (or 0x09ED1E) is known color: Free Speech Green. HEX triplet: 09, ED and 1E. RGB value is (9,237,30). Sum of RGB (Red+Green+Blue) = 9+237+30=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 237 (92.97% from 255 or 85.87% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 237 - color contains mainly: green. Hex color #09ED1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09ED1E is #F612E1. Grayscale: #919191. Windows color (decimal): -16126690 or 2026761. OLE color: 2026761.
HSL color Cylindrical-coordinate representation of color #09ED1E: hue angle of 125.53º 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 #09ED1E is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 237 | 30 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.07 |
| HSL | 125.53º | 0.93% | 0.48% | - |
| HSV(B) | 125.53º | 0.96% | 0.93% | - |
| XYZ | 30.63 | 60.72 | 11.33 | - |
| YUV | 145.23 | 62.96 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 237 | 30 | 0.96 | 0 | 0.87 | 0.07 | 125.53 | 0.93 | 0.48 |
| Hex | 9 | ED | 1E | 60 | 0 | 57 | 7 | 7E | 5D | 30 |
| Octal | 11 | 355 | 36 | 140 | 0 | 127 | 7 | 176 | 135 | 60 |
| Binary | 1001 | 11101101 | 11110 | 1100000 | 0 | 1010111 | 111 | 1111110 | 1011101 | 110000 |
Color Harmonies of #09ED1E
Complementary color
Monochromatic Colors of #09ED1E
Black with #09ED1E
Text Example
Text Example
White with #09ED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ED1E; }
p { color: rgb(9,237,30); }
H1.HeaderClassName
{
color: #09ED1E;
}
.AnyTagClassName
{
color: #09ED1E;
}
</style>
background-color css
<style>
a { background-color: #09ED1E; }
a { background-color: rgb(9,237,30); }
div.DivClassName
{
background-color: #09ED1E;
}
.BgClassName
{
background-color: #09ED1E;
}
</style>
border-color css
<style>
span { border-color: #09ED1E; }
span { border-color: rgb(9,237,30); }
td.TdClassName
{
border-color: #09ED1E;
}
.TagClassName
{
border-color: #09ED1E;
}
</style>