Shades of Free Speech Green #09E715
Tints of Free Speech Green #09E715
RGB
CMYK
RGB Variations
Color information
#09E715 (or 0x09E715) is known color: Free Speech Green. HEX triplet: 09, E7 and 15. RGB value is (9,231,21). Sum of RGB (Red+Green+Blue) = 9+231+21=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 231 (90.62% from 255 or 88.51% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 231 - color contains mainly: green. Hex color #09E715 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09E715 is #F618EA. Grayscale: #8D8D8D. Windows color (decimal): -16128235 or 1435401. OLE color: 1435401.
HSL color Cylindrical-coordinate representation of color #09E715: hue angle of 123.24º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E715 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 231 | 21 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.09 |
| HSL | 123.24º | 0.93% | 0.47% | - |
| HSV(B) | 123.24º | 0.96% | 0.91% | - |
| XYZ | 28.82 | 57.26 | 10.24 | - |
| YUV | 140.68 | 60.45 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 231 | 21 | 0.96 | 0 | 0.91 | 0.09 | 123.24 | 0.93 | 0.47 |
| Hex | 9 | E7 | 15 | 60 | 0 | 5B | 9 | 7B | 5C | 2F |
| Octal | 11 | 347 | 25 | 140 | 0 | 133 | 11 | 173 | 134 | 57 |
| Binary | 1001 | 11100111 | 10101 | 1100000 | 0 | 1011011 | 1001 | 1111011 | 1011100 | 101111 |
Color Harmonies of #09E715
Complementary color
Monochromatic Colors of #09E715
Black with #09E715
Text Example
Text Example
White with #09E715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E715; }
p { color: rgb(9,231,21); }
H1.HeaderClassName
{
color: #09E715;
}
.AnyTagClassName
{
color: #09E715;
}
</style>
background-color css
<style>
a { background-color: #09E715; }
a { background-color: rgb(9,231,21); }
div.DivClassName
{
background-color: #09E715;
}
.BgClassName
{
background-color: #09E715;
}
</style>
border-color css
<style>
span { border-color: #09E715; }
span { border-color: rgb(9,231,21); }
td.TdClassName
{
border-color: #09E715;
}
.TagClassName
{
border-color: #09E715;
}
</style>