Shades of Free Speech Green #09E521
Tints of Free Speech Green #09E521
RGB
CMYK
RGB Variations
Color information
#09E521 (or 0x09E521) is known color: Free Speech Green. HEX triplet: 09, E5 and 21. RGB value is (9,229,33). Sum of RGB (Red+Green+Blue) = 9+229+33=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 229 (89.84% from 255 or 84.50% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 229 - color contains mainly: green. Hex color #09E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E521 is #F61ADE. Grayscale: #8D8D8D. Windows color (decimal): -16128735 or 2221321. OLE color: 2221321.
HSL color Cylindrical-coordinate representation of color #09E521: hue angle of 126.55º 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 #09E521 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 229 | 33 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.10 |
| HSL | 126.55º | 0.92% | 0.47% | - |
| HSV(B) | 126.55º | 0.96% | 0.9% | - |
| XYZ | 28.41 | 56.21 | 10.79 | - |
| YUV | 140.88 | 67.11 | 33.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 33 | 0.96 | 0 | 0.86 | 0.10 | 126.55 | 0.92 | 0.47 |
| Hex | 9 | E5 | 21 | 60 | 0 | 56 | A | 7F | 5C | 2F |
| Octal | 11 | 345 | 41 | 140 | 0 | 126 | 12 | 177 | 134 | 57 |
| Binary | 1001 | 11100101 | 100001 | 1100000 | 0 | 1010110 | 1010 | 1111111 | 1011100 | 101111 |
Color Harmonies of #09E521
Complementary color
Monochromatic Colors of #09E521
Black with #09E521
Text Example
Text Example
White with #09E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E521; }
p { color: rgb(9,229,33); }
H1.HeaderClassName
{
color: #09E521;
}
.AnyTagClassName
{
color: #09E521;
}
</style>
background-color css
<style>
a { background-color: #09E521; }
a { background-color: rgb(9,229,33); }
div.DivClassName
{
background-color: #09E521;
}
.BgClassName
{
background-color: #09E521;
}
</style>
border-color css
<style>
span { border-color: #09E521; }
span { border-color: rgb(9,229,33); }
td.TdClassName
{
border-color: #09E521;
}
.TagClassName
{
border-color: #09E521;
}
</style>