Shades of Free Speech Green #09ED14
Tints of Free Speech Green #09ED14
RGB
CMYK
RGB Variations
Color information
#09ED14 (or 0x09ED14) is known color: Free Speech Green. HEX triplet: 09, ED and 14. RGB value is (9,237,20). Sum of RGB (Red+Green+Blue) = 9+237+20=266 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.38% from 266); Green value is 237 (92.97% from 255 or 89.10% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 237 - color contains mainly: green. Hex color #09ED14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09ED14 is #F612EB. Grayscale: #909090. Windows color (decimal): -16126700 or 1371401. OLE color: 1371401.
HSL color Cylindrical-coordinate representation of color #09ED14: hue angle of 122.89º 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 #09ED14 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 237 | 20 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.07 |
| HSL | 122.89º | 0.93% | 0.48% | - |
| HSV(B) | 122.89º | 0.96% | 0.93% | - |
| XYZ | 30.52 | 60.68 | 10.76 | - |
| YUV | 144.09 | 57.96 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 237 | 20 | 0.96 | 0 | 0.92 | 0.07 | 122.89 | 0.93 | 0.48 |
| Hex | 9 | ED | 14 | 60 | 0 | 5C | 7 | 7B | 5D | 30 |
| Octal | 11 | 355 | 24 | 140 | 0 | 134 | 7 | 173 | 135 | 60 |
| Binary | 1001 | 11101101 | 10100 | 1100000 | 0 | 1011100 | 111 | 1111011 | 1011101 | 110000 |
Color Harmonies of #09ED14
Complementary color
Monochromatic Colors of #09ED14
Black with #09ED14
Text Example
Text Example
White with #09ED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ED14; }
p { color: rgb(9,237,20); }
H1.HeaderClassName
{
color: #09ED14;
}
.AnyTagClassName
{
color: #09ED14;
}
</style>
background-color css
<style>
a { background-color: #09ED14; }
a { background-color: rgb(9,237,20); }
div.DivClassName
{
background-color: #09ED14;
}
.BgClassName
{
background-color: #09ED14;
}
</style>
border-color css
<style>
span { border-color: #09ED14; }
span { border-color: rgb(9,237,20); }
td.TdClassName
{
border-color: #09ED14;
}
.TagClassName
{
border-color: #09ED14;
}
</style>