Shades of Free Speech Green #09E511
Tints of Free Speech Green #09E511
RGB
CMYK
RGB Variations
Color information
#09E511 (or 0x09E511) is known color: Free Speech Green. HEX triplet: 09, E5 and 11. RGB value is (9,229,17). Sum of RGB (Red+Green+Blue) = 9+229+17=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 229 (89.84% from 255 or 89.80% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 229 - color contains mainly: green. Hex color #09E511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E511 is #F61AEE. Grayscale: #8B8B8B. Windows color (decimal): -16128751 or 1172745. OLE color: 1172745.
HSL color Cylindrical-coordinate representation of color #09E511: hue angle of 122.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E511 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 229 | 17 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.10 |
| HSL | 122.18º | 0.92% | 0.47% | - |
| HSV(B) | 122.18º | 0.96% | 0.9% | - |
| XYZ | 28.23 | 56.14 | 9.88 | - |
| YUV | 139.05 | 59.11 | 35.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 17 | 0.96 | 0 | 0.93 | 0.10 | 122.18 | 0.92 | 0.47 |
| Hex | 9 | E5 | 11 | 60 | 0 | 5D | A | 7A | 5C | 2F |
| Octal | 11 | 345 | 21 | 140 | 0 | 135 | 12 | 172 | 134 | 57 |
| Binary | 1001 | 11100101 | 10001 | 1100000 | 0 | 1011101 | 1010 | 1111010 | 1011100 | 101111 |
Color Harmonies of #09E511
Complementary color
Monochromatic Colors of #09E511
Black with #09E511
Text Example
Text Example
White with #09E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E511; }
p { color: rgb(9,229,17); }
H1.HeaderClassName
{
color: #09E511;
}
.AnyTagClassName
{
color: #09E511;
}
</style>
background-color css
<style>
a { background-color: #09E511; }
a { background-color: rgb(9,229,17); }
div.DivClassName
{
background-color: #09E511;
}
.BgClassName
{
background-color: #09E511;
}
</style>
border-color css
<style>
span { border-color: #09E511; }
span { border-color: rgb(9,229,17); }
td.TdClassName
{
border-color: #09E511;
}
.TagClassName
{
border-color: #09E511;
}
</style>