Shades of Free Speech Green #09E121
Tints of Free Speech Green #09E121
RGB
CMYK
RGB Variations
Color information
#09E121 (or 0x09E121) is known color: Free Speech Green. HEX triplet: 09, E1 and 21. RGB value is (9,225,33). Sum of RGB (Red+Green+Blue) = 9+225+33=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 225 (88.28% from 255 or 84.27% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 225 - color contains mainly: green. Hex color #09E121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09E121 is #F61EDE. Grayscale: #8B8B8B. Windows color (decimal): -16129759 or 2220297. OLE color: 2220297.
HSL color Cylindrical-coordinate representation of color #09E121: hue angle of 126.67º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E121 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 225 | 33 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.12 |
| HSL | 126.67º | 0.92% | 0.46% | - |
| HSV(B) | 126.67º | 0.96% | 0.88% | - |
| XYZ | 27.31 | 54.02 | 10.43 | - |
| YUV | 138.53 | 68.44 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 33 | 0.96 | 0 | 0.85 | 0.12 | 126.67 | 0.92 | 0.46 |
| Hex | 9 | E1 | 21 | 60 | 0 | 55 | C | 7F | 5C | 2E |
| Octal | 11 | 341 | 41 | 140 | 0 | 125 | 14 | 177 | 134 | 56 |
| Binary | 1001 | 11100001 | 100001 | 1100000 | 0 | 1010101 | 1100 | 1111111 | 1011100 | 101110 |
Color Harmonies of #09E121
Complementary color
Monochromatic Colors of #09E121
Black with #09E121
Text Example
Text Example
White with #09E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E121; }
p { color: rgb(9,225,33); }
H1.HeaderClassName
{
color: #09E121;
}
.AnyTagClassName
{
color: #09E121;
}
</style>
background-color css
<style>
a { background-color: #09E121; }
a { background-color: rgb(9,225,33); }
div.DivClassName
{
background-color: #09E121;
}
.BgClassName
{
background-color: #09E121;
}
</style>
border-color css
<style>
span { border-color: #09E121; }
span { border-color: rgb(9,225,33); }
td.TdClassName
{
border-color: #09E121;
}
.TagClassName
{
border-color: #09E121;
}
</style>