Shades of Free Speech Green #09E30E
Tints of Free Speech Green #09E30E
RGB
CMYK
RGB Variations
Color information
#09E30E (or 0x09E30E) is known color: Free Speech Green. HEX triplet: 09, E3 and 0E. RGB value is (9,227,14). Sum of RGB (Red+Green+Blue) = 9+227+14=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 227 (89.06% from 255 or 90.8% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 227 - color contains mainly: green. Hex color #09E30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E30E is #F61CF1. Grayscale: #8A8A8A. Windows color (decimal): -16129266 or 975625. OLE color: 975625.
HSL color Cylindrical-coordinate representation of color #09E30E: hue angle of 121.38º 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 #09E30E is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 227 | 14 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.11 |
| HSL | 121.38º | 0.92% | 0.46% | - |
| HSV(B) | 121.38º | 0.96% | 0.89% | - |
| XYZ | 27.66 | 55.03 | 9.58 | - |
| YUV | 137.54 | 58.28 | 36.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 227 | 14 | 0.96 | 0 | 0.94 | 0.11 | 121.38 | 0.92 | 0.46 |
| Hex | 9 | E3 | E | 60 | 0 | 5E | B | 79 | 5C | 2E |
| Octal | 11 | 343 | 16 | 140 | 0 | 136 | 13 | 171 | 134 | 56 |
| Binary | 1001 | 11100011 | 1110 | 1100000 | 0 | 1011110 | 1011 | 1111001 | 1011100 | 101110 |
Color Harmonies of #09E30E
Complementary color
Monochromatic Colors of #09E30E
Black with #09E30E
Text Example
Text Example
White with #09E30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E30E; }
p { color: rgb(9,227,14); }
H1.HeaderClassName
{
color: #09E30E;
}
.AnyTagClassName
{
color: #09E30E;
}
</style>
background-color css
<style>
a { background-color: #09E30E; }
a { background-color: rgb(9,227,14); }
div.DivClassName
{
background-color: #09E30E;
}
.BgClassName
{
background-color: #09E30E;
}
</style>
border-color css
<style>
span { border-color: #09E30E; }
span { border-color: rgb(9,227,14); }
td.TdClassName
{
border-color: #09E30E;
}
.TagClassName
{
border-color: #09E30E;
}
</style>