Shades of Free Speech Green #09F10E
Tints of Free Speech Green #09F10E
RGB
CMYK
RGB Variations
Color information
#09F10E (or 0x09F10E) is known color: Free Speech Green. HEX triplet: 09, F1 and 0E. RGB value is (9,241,14). Sum of RGB (Red+Green+Blue) = 9+241+14=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 241 (94.53% from 255 or 91.29% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 241 - color contains mainly: green. Hex color #09F10E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F10E is #F60EF1. Grayscale: #929292. Windows color (decimal): -16125682 or 979209. OLE color: 979209.
HSL color Cylindrical-coordinate representation of color #09F10E: hue angle of 121.29º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F10E is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 14 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.05 |
| HSL | 121.29º | 0.93% | 0.49% | - |
| HSV(B) | 121.29º | 0.96% | 0.95% | - |
| XYZ | 31.65 | 63 | 10.91 | - |
| YUV | 145.75 | 53.64 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 14 | 0.96 | 0 | 0.94 | 0.05 | 121.29 | 0.93 | 0.49 |
| Hex | 9 | F1 | E | 60 | 0 | 5E | 5 | 79 | 5D | 31 |
| Octal | 11 | 361 | 16 | 140 | 0 | 136 | 5 | 171 | 135 | 61 |
| Binary | 1001 | 11110001 | 1110 | 1100000 | 0 | 1011110 | 101 | 1111001 | 1011101 | 110001 |
Color Harmonies of #09F10E
Complementary color
Monochromatic Colors of #09F10E
Black with #09F10E
Text Example
Text Example
White with #09F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F10E; }
p { color: rgb(9,241,14); }
H1.HeaderClassName
{
color: #09F10E;
}
.AnyTagClassName
{
color: #09F10E;
}
</style>
background-color css
<style>
a { background-color: #09F10E; }
a { background-color: rgb(9,241,14); }
div.DivClassName
{
background-color: #09F10E;
}
.BgClassName
{
background-color: #09F10E;
}
</style>
border-color css
<style>
span { border-color: #09F10E; }
span { border-color: rgb(9,241,14); }
td.TdClassName
{
border-color: #09F10E;
}
.TagClassName
{
border-color: #09F10E;
}
</style>