Shades of Free Speech Green #09E117
Tints of Free Speech Green #09E117
RGB
CMYK
RGB Variations
Color information
#09E117 (or 0x09E117) is known color: Free Speech Green. HEX triplet: 09, E1 and 17. RGB value is (9,225,23). Sum of RGB (Red+Green+Blue) = 9+225+23=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 225 (88.28% from 255 or 87.55% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 225 - color contains mainly: green. Hex color #09E117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E117 is #F61EE8. Grayscale: #898989. Windows color (decimal): -16129769 or 1564937. OLE color: 1564937.
HSL color Cylindrical-coordinate representation of color #09E117: hue angle of 123.89º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E117 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 225 | 23 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.12 |
| HSL | 123.89º | 0.92% | 0.46% | - |
| HSV(B) | 123.89º | 0.96% | 0.88% | - |
| XYZ | 27.19 | 53.97 | 9.79 | - |
| YUV | 137.39 | 63.44 | 36.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 23 | 0.96 | 0 | 0.90 | 0.12 | 123.89 | 0.92 | 0.46 |
| Hex | 9 | E1 | 17 | 60 | 0 | 5A | C | 7C | 5C | 2E |
| Octal | 11 | 341 | 27 | 140 | 0 | 132 | 14 | 174 | 134 | 56 |
| Binary | 1001 | 11100001 | 10111 | 1100000 | 0 | 1011010 | 1100 | 1111100 | 1011100 | 101110 |
Color Harmonies of #09E117
Complementary color
Monochromatic Colors of #09E117
Black with #09E117
Text Example
Text Example
White with #09E117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E117; }
p { color: rgb(9,225,23); }
H1.HeaderClassName
{
color: #09E117;
}
.AnyTagClassName
{
color: #09E117;
}
</style>
background-color css
<style>
a { background-color: #09E117; }
a { background-color: rgb(9,225,23); }
div.DivClassName
{
background-color: #09E117;
}
.BgClassName
{
background-color: #09E117;
}
</style>
border-color css
<style>
span { border-color: #09E117; }
span { border-color: rgb(9,225,23); }
td.TdClassName
{
border-color: #09E117;
}
.TagClassName
{
border-color: #09E117;
}
</style>