Shades of Free Speech Green #09FE0E
Tints of Free Speech Green #09FE0E
RGB
CMYK
RGB Variations
Color information
#09FE0E (or 0x09FE0E) is known color: Free Speech Green. HEX triplet: 09, FE and 0E. RGB value is (9,254,14). Sum of RGB (Red+Green+Blue) = 9+254+14=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 254 (99.61% from 255 or 91.70% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 254 - color contains mainly: green. Hex color #09FE0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FE0E is #F601F1. Grayscale: #9A9A9A. Windows color (decimal): -16122354 or 982537. OLE color: 982537.
HSL color Cylindrical-coordinate representation of color #09FE0E: hue angle of 121.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FE0E is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 14 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.00 |
| HSL | 121.22º | 0.99% | 0.52% | - |
| HSV(B) | 121.22º | 0.96% | 1% | - |
| XYZ | 35.63 | 70.97 | 12.24 | - |
| YUV | 153.39 | 49.33 | 25.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 14 | 0.96 | 0 | 0.94 | 0.00 | 121.22 | 0.99 | 0.52 |
| Hex | 9 | FE | E | 60 | 0 | 5E | 0 | 79 | 63 | 34 |
| Octal | 11 | 376 | 16 | 140 | 0 | 136 | 0 | 171 | 143 | 64 |
| Binary | 1001 | 11111110 | 1110 | 1100000 | 0 | 1011110 | 0 | 1111001 | 1100011 | 110100 |
Color Harmonies of #09FE0E
Complementary color
Monochromatic Colors of #09FE0E
Black with #09FE0E
Text Example
Text Example
White with #09FE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FE0E; }
p { color: rgb(9,254,14); }
H1.HeaderClassName
{
color: #09FE0E;
}
.AnyTagClassName
{
color: #09FE0E;
}
</style>
background-color css
<style>
a { background-color: #09FE0E; }
a { background-color: rgb(9,254,14); }
div.DivClassName
{
background-color: #09FE0E;
}
.BgClassName
{
background-color: #09FE0E;
}
</style>
border-color css
<style>
span { border-color: #09FE0E; }
span { border-color: rgb(9,254,14); }
td.TdClassName
{
border-color: #09FE0E;
}
.TagClassName
{
border-color: #09FE0E;
}
</style>