Shades of Free Speech Green #09E514
Tints of Free Speech Green #09E514
RGB
CMYK
RGB Variations
Color information
#09E514 (or 0x09E514) is known color: Free Speech Green. HEX triplet: 09, E5 and 14. RGB value is (9,229,20). Sum of RGB (Red+Green+Blue) = 9+229+20=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 229 (89.84% from 255 or 88.76% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 229 - color contains mainly: green. Hex color #09E514 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E514 is #F61AEB. Grayscale: #8C8C8C. Windows color (decimal): -16128748 or 1369353. OLE color: 1369353.
HSL color Cylindrical-coordinate representation of color #09E514: hue angle of 123º 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 #09E514 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 229 | 20 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.10 |
| HSL | 123º | 0.92% | 0.47% | - |
| HSV(B) | 123º | 0.96% | 0.9% | - |
| XYZ | 28.26 | 56.15 | 10.01 | - |
| YUV | 139.39 | 60.61 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 229 | 20 | 0.96 | 0 | 0.91 | 0.10 | 123 | 0.92 | 0.47 |
| Hex | 9 | E5 | 14 | 60 | 0 | 5B | A | 7B | 5C | 2F |
| Octal | 11 | 345 | 24 | 140 | 0 | 133 | 12 | 173 | 134 | 57 |
| Binary | 1001 | 11100101 | 10100 | 1100000 | 0 | 1011011 | 1010 | 1111011 | 1011100 | 101111 |
Color Harmonies of #09E514
Complementary color
Monochromatic Colors of #09E514
Black with #09E514
Text Example
Text Example
White with #09E514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E514; }
p { color: rgb(9,229,20); }
H1.HeaderClassName
{
color: #09E514;
}
.AnyTagClassName
{
color: #09E514;
}
</style>
background-color css
<style>
a { background-color: #09E514; }
a { background-color: rgb(9,229,20); }
div.DivClassName
{
background-color: #09E514;
}
.BgClassName
{
background-color: #09E514;
}
</style>
border-color css
<style>
span { border-color: #09E514; }
span { border-color: rgb(9,229,20); }
td.TdClassName
{
border-color: #09E514;
}
.TagClassName
{
border-color: #09E514;
}
</style>