Shades of Free Speech Green #09E513
Tints of Free Speech Green #09E513
RGB
CMYK
RGB Variations
Color information
#09E513 (or 0x09E513) is known color: Free Speech Green. HEX triplet: 09, E5 and 13. RGB value is (9,229,19). Sum of RGB (Red+Green+Blue) = 9+229+19=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 229 (89.84% from 255 or 89.11% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 229 - color contains mainly: green. Hex color #09E513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E513 is #F61AEC. Grayscale: #8B8B8B. Windows color (decimal): -16128749 or 1303817. OLE color: 1303817.
HSL color Cylindrical-coordinate representation of color #09E513: hue angle of 122.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E513 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 229 | 19 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.10 |
| HSL | 122.73º | 0.92% | 0.47% | - |
| HSV(B) | 122.73º | 0.96% | 0.9% | - |
| XYZ | 28.25 | 56.14 | 9.96 | - |
| YUV | 139.28 | 60.11 | 35.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 19 | 0.96 | 0 | 0.92 | 0.10 | 122.73 | 0.92 | 0.47 |
| Hex | 9 | E5 | 13 | 60 | 0 | 5C | A | 7B | 5C | 2F |
| Octal | 11 | 345 | 23 | 140 | 0 | 134 | 12 | 173 | 134 | 57 |
| Binary | 1001 | 11100101 | 10011 | 1100000 | 0 | 1011100 | 1010 | 1111011 | 1011100 | 101111 |
Color Harmonies of #09E513
Complementary color
Monochromatic Colors of #09E513
Black with #09E513
Text Example
Text Example
White with #09E513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E513; }
p { color: rgb(9,229,19); }
H1.HeaderClassName
{
color: #09E513;
}
.AnyTagClassName
{
color: #09E513;
}
</style>
background-color css
<style>
a { background-color: #09E513; }
a { background-color: rgb(9,229,19); }
div.DivClassName
{
background-color: #09E513;
}
.BgClassName
{
background-color: #09E513;
}
</style>
border-color css
<style>
span { border-color: #09E513; }
span { border-color: rgb(9,229,19); }
td.TdClassName
{
border-color: #09E513;
}
.TagClassName
{
border-color: #09E513;
}
</style>