Shades of Free Speech Green #09ED21
Tints of Free Speech Green #09ED21
RGB
CMYK
RGB Variations
Color information
#09ED21 (or 0x09ED21) is known color: Free Speech Green. HEX triplet: 09, ED and 21. RGB value is (9,237,33). Sum of RGB (Red+Green+Blue) = 9+237+33=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 237 (92.97% from 255 or 84.95% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 237 - color contains mainly: green. Hex color #09ED21 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09ED21 is #F612DE. Grayscale: #929292. Windows color (decimal): -16126687 or 2223369. OLE color: 2223369.
HSL color Cylindrical-coordinate representation of color #09ED21: hue angle of 126.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ED21 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 237 | 33 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.07 |
| HSL | 126.32º | 0.93% | 0.48% | - |
| HSV(B) | 126.32º | 0.96% | 0.93% | - |
| XYZ | 30.67 | 60.74 | 11.55 | - |
| YUV | 145.57 | 64.46 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 237 | 33 | 0.96 | 0 | 0.86 | 0.07 | 126.32 | 0.93 | 0.48 |
| Hex | 9 | ED | 21 | 60 | 0 | 56 | 7 | 7E | 5D | 30 |
| Octal | 11 | 355 | 41 | 140 | 0 | 126 | 7 | 176 | 135 | 60 |
| Binary | 1001 | 11101101 | 100001 | 1100000 | 0 | 1010110 | 111 | 1111110 | 1011101 | 110000 |
Color Harmonies of #09ED21
Complementary color
Monochromatic Colors of #09ED21
Black with #09ED21
Text Example
Text Example
White with #09ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ED21; }
p { color: rgb(9,237,33); }
H1.HeaderClassName
{
color: #09ED21;
}
.AnyTagClassName
{
color: #09ED21;
}
</style>
background-color css
<style>
a { background-color: #09ED21; }
a { background-color: rgb(9,237,33); }
div.DivClassName
{
background-color: #09ED21;
}
.BgClassName
{
background-color: #09ED21;
}
</style>
border-color css
<style>
span { border-color: #09ED21; }
span { border-color: rgb(9,237,33); }
td.TdClassName
{
border-color: #09ED21;
}
.TagClassName
{
border-color: #09ED21;
}
</style>