Shades of Free Speech Green #09E32C
Tints of Free Speech Green #09E32C
RGB
CMYK
RGB Variations
Color information
#09E32C (or 0x09E32C) is known color: Free Speech Green. HEX triplet: 09, E3 and 2C. RGB value is (9,227,44). Sum of RGB (Red+Green+Blue) = 9+227+44=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 227 (89.06% from 255 or 81.07% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 227 - color contains mainly: green. Hex color #09E32C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E32C is #F61CD3. Grayscale: #8D8D8D. Windows color (decimal): -16129236 or 2941705. OLE color: 2941705.
HSL color Cylindrical-coordinate representation of color #09E32C: hue angle of 129.63º 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 #09E32C is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 227 | 44 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.11 |
| HSL | 129.63º | 0.92% | 0.46% | - |
| HSV(B) | 129.63º | 0.96% | 0.89% | - |
| XYZ | 28.04 | 55.18 | 11.56 | - |
| YUV | 140.96 | 73.28 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 227 | 44 | 0.96 | 0 | 0.81 | 0.11 | 129.63 | 0.92 | 0.46 |
| Hex | 9 | E3 | 2C | 60 | 0 | 51 | B | 82 | 5C | 2E |
| Octal | 11 | 343 | 54 | 140 | 0 | 121 | 13 | 202 | 134 | 56 |
| Binary | 1001 | 11100011 | 101100 | 1100000 | 0 | 1010001 | 1011 | 10000010 | 1011100 | 101110 |
Color Harmonies of #09E32C
Complementary color
Monochromatic Colors of #09E32C
Black with #09E32C
Text Example
Text Example
White with #09E32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E32C; }
p { color: rgb(9,227,44); }
H1.HeaderClassName
{
color: #09E32C;
}
.AnyTagClassName
{
color: #09E32C;
}
</style>
background-color css
<style>
a { background-color: #09E32C; }
a { background-color: rgb(9,227,44); }
div.DivClassName
{
background-color: #09E32C;
}
.BgClassName
{
background-color: #09E32C;
}
</style>
border-color css
<style>
span { border-color: #09E32C; }
span { border-color: rgb(9,227,44); }
td.TdClassName
{
border-color: #09E32C;
}
.TagClassName
{
border-color: #09E32C;
}
</style>