Shades of Free Speech Green #09E310
Tints of Free Speech Green #09E310
RGB
CMYK
RGB Variations
Color information
#09E310 (or 0x09E310) is known color: Free Speech Green. HEX triplet: 09, E3 and 10. RGB value is (9,227,16). Sum of RGB (Red+Green+Blue) = 9+227+16=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 227 (89.06% from 255 or 90.08% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 227 - color contains mainly: green. Hex color #09E310 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E310 is #F61CEF. Grayscale: #8A8A8A. Windows color (decimal): -16129264 or 1106697. OLE color: 1106697.
HSL color Cylindrical-coordinate representation of color #09E310: hue angle of 121.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E310 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 227 | 16 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.11 |
| HSL | 121.93º | 0.92% | 0.46% | - |
| HSV(B) | 121.93º | 0.96% | 0.89% | - |
| XYZ | 27.68 | 55.03 | 9.65 | - |
| YUV | 137.76 | 59.28 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 227 | 16 | 0.96 | 0 | 0.93 | 0.11 | 121.93 | 0.92 | 0.46 |
| Hex | 9 | E3 | 10 | 60 | 0 | 5D | B | 7A | 5C | 2E |
| Octal | 11 | 343 | 20 | 140 | 0 | 135 | 13 | 172 | 134 | 56 |
| Binary | 1001 | 11100011 | 10000 | 1100000 | 0 | 1011101 | 1011 | 1111010 | 1011100 | 101110 |
Color Harmonies of #09E310
Complementary color
Monochromatic Colors of #09E310
Black with #09E310
Text Example
Text Example
White with #09E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E310; }
p { color: rgb(9,227,16); }
H1.HeaderClassName
{
color: #09E310;
}
.AnyTagClassName
{
color: #09E310;
}
</style>
background-color css
<style>
a { background-color: #09E310; }
a { background-color: rgb(9,227,16); }
div.DivClassName
{
background-color: #09E310;
}
.BgClassName
{
background-color: #09E310;
}
</style>
border-color css
<style>
span { border-color: #09E310; }
span { border-color: rgb(9,227,16); }
td.TdClassName
{
border-color: #09E310;
}
.TagClassName
{
border-color: #09E310;
}
</style>