Shades of Free Speech Green #09EC13
Tints of Free Speech Green #09EC13
RGB
CMYK
RGB Variations
Color information
#09EC13 (or 0x09EC13) is known color: Free Speech Green. HEX triplet: 09, EC and 13. RGB value is (9,236,19). Sum of RGB (Red+Green+Blue) = 9+236+19=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 236 (92.58% from 255 or 89.39% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 236 - color contains mainly: green. Hex color #09EC13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EC13 is #F613EC. Grayscale: #909090. Windows color (decimal): -16126957 or 1305609. OLE color: 1305609.
HSL color Cylindrical-coordinate representation of color #09EC13: hue angle of 122.64º 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 #09EC13 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 236 | 19 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.07 |
| HSL | 122.64º | 0.93% | 0.48% | - |
| HSV(B) | 122.64º | 0.96% | 0.93% | - |
| XYZ | 30.23 | 60.1 | 10.62 | - |
| YUV | 143.39 | 57.79 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 19 | 0.96 | 0 | 0.92 | 0.07 | 122.64 | 0.93 | 0.48 |
| Hex | 9 | EC | 13 | 60 | 0 | 5C | 7 | 7B | 5D | 30 |
| Octal | 11 | 354 | 23 | 140 | 0 | 134 | 7 | 173 | 135 | 60 |
| Binary | 1001 | 11101100 | 10011 | 1100000 | 0 | 1011100 | 111 | 1111011 | 1011101 | 110000 |
Color Harmonies of #09EC13
Complementary color
Monochromatic Colors of #09EC13
Black with #09EC13
Text Example
Text Example
White with #09EC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EC13; }
p { color: rgb(9,236,19); }
H1.HeaderClassName
{
color: #09EC13;
}
.AnyTagClassName
{
color: #09EC13;
}
</style>
background-color css
<style>
a { background-color: #09EC13; }
a { background-color: rgb(9,236,19); }
div.DivClassName
{
background-color: #09EC13;
}
.BgClassName
{
background-color: #09EC13;
}
</style>
border-color css
<style>
span { border-color: #09EC13; }
span { border-color: rgb(9,236,19); }
td.TdClassName
{
border-color: #09EC13;
}
.TagClassName
{
border-color: #09EC13;
}
</style>