Shades of Free Speech Green #09E321
Tints of Free Speech Green #09E321
RGB
CMYK
RGB Variations
Color information
#09E321 (or 0x09E321) is known color: Free Speech Green. HEX triplet: 09, E3 and 21. RGB value is (9,227,33). Sum of RGB (Red+Green+Blue) = 9+227+33=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 227 (89.06% from 255 or 84.39% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 227 - color contains mainly: green. Hex color #09E321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E321 is #F61CDE. Grayscale: #8C8C8C. Windows color (decimal): -16129247 or 2220809. OLE color: 2220809.
HSL color Cylindrical-coordinate representation of color #09E321: hue angle of 126.61º 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 #09E321 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 227 | 33 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.11 |
| HSL | 126.61º | 0.92% | 0.46% | - |
| HSV(B) | 126.61º | 0.96% | 0.89% | - |
| XYZ | 27.86 | 55.11 | 10.61 | - |
| YUV | 139.7 | 67.78 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 227 | 33 | 0.96 | 0 | 0.85 | 0.11 | 126.61 | 0.92 | 0.46 |
| Hex | 9 | E3 | 21 | 60 | 0 | 55 | B | 7F | 5C | 2E |
| Octal | 11 | 343 | 41 | 140 | 0 | 125 | 13 | 177 | 134 | 56 |
| Binary | 1001 | 11100011 | 100001 | 1100000 | 0 | 1010101 | 1011 | 1111111 | 1011100 | 101110 |
Color Harmonies of #09E321
Complementary color
Monochromatic Colors of #09E321
Black with #09E321
Text Example
Text Example
White with #09E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E321; }
p { color: rgb(9,227,33); }
H1.HeaderClassName
{
color: #09E321;
}
.AnyTagClassName
{
color: #09E321;
}
</style>
background-color css
<style>
a { background-color: #09E321; }
a { background-color: rgb(9,227,33); }
div.DivClassName
{
background-color: #09E321;
}
.BgClassName
{
background-color: #09E321;
}
</style>
border-color css
<style>
span { border-color: #09E321; }
span { border-color: rgb(9,227,33); }
td.TdClassName
{
border-color: #09E321;
}
.TagClassName
{
border-color: #09E321;
}
</style>