Shades of Free Speech Green #09EC20
Tints of Free Speech Green #09EC20
RGB
CMYK
RGB Variations
Color information
#09EC20 (or 0x09EC20) is known color: Free Speech Green. HEX triplet: 09, EC and 20. RGB value is (9,236,32). Sum of RGB (Red+Green+Blue) = 9+236+32=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 236 (92.58% from 255 or 85.20% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 236 - color contains mainly: green. Hex color #09EC20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EC20 is #F613DF. Grayscale: #919191. Windows color (decimal): -16126944 or 2157577. OLE color: 2157577.
HSL color Cylindrical-coordinate representation of color #09EC20: hue angle of 126.08º 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 #09EC20 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 32 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.07 |
| HSL | 126.08º | 0.93% | 0.48% | - |
| HSV(B) | 126.08º | 0.96% | 0.93% | - |
| XYZ | 30.37 | 60.15 | 11.38 | - |
| YUV | 144.87 | 64.29 | 31.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 32 | 0.96 | 0 | 0.86 | 0.07 | 126.08 | 0.93 | 0.48 |
| Hex | 9 | EC | 20 | 60 | 0 | 56 | 7 | 7E | 5D | 30 |
| Octal | 11 | 354 | 40 | 140 | 0 | 126 | 7 | 176 | 135 | 60 |
| Binary | 1001 | 11101100 | 100000 | 1100000 | 0 | 1010110 | 111 | 1111110 | 1011101 | 110000 |
Color Harmonies of #09EC20
Complementary color
Monochromatic Colors of #09EC20
Black with #09EC20
Text Example
Text Example
White with #09EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EC20; }
p { color: rgb(9,236,32); }
H1.HeaderClassName
{
color: #09EC20;
}
.AnyTagClassName
{
color: #09EC20;
}
</style>
background-color css
<style>
a { background-color: #09EC20; }
a { background-color: rgb(9,236,32); }
div.DivClassName
{
background-color: #09EC20;
}
.BgClassName
{
background-color: #09EC20;
}
</style>
border-color css
<style>
span { border-color: #09EC20; }
span { border-color: rgb(9,236,32); }
td.TdClassName
{
border-color: #09EC20;
}
.TagClassName
{
border-color: #09EC20;
}
</style>