Shades of Free Speech Green #09FE08
Tints of Free Speech Green #09FE08
RGB
CMYK
RGB Variations
Color information
#09FE08 (or 0x09FE08) is known color: Free Speech Green. HEX triplet: 09, FE and 08. RGB value is (9,254,8). Sum of RGB (Red+Green+Blue) = 9+254+8=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 254 (99.61% from 255 or 93.73% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 254 - color contains mainly: green. Hex color #09FE08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FE08 is #F601F7. Grayscale: #999999. Windows color (decimal): -16122360 or 589321. OLE color: 589321.
HSL color Cylindrical-coordinate representation of color #09FE08: hue angle of 119.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09FE08 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 8 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.00 |
| HSL | 119.76º | 0.99% | 0.51% | - |
| HSV(B) | 119.76º | 0.97% | 1% | - |
| XYZ | 35.6 | 70.96 | 12.05 | - |
| YUV | 152.7 | 46.33 | 25.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 8 | 0.96 | 0 | 0.97 | 0.00 | 119.76 | 0.99 | 0.51 |
| Hex | 9 | FE | 8 | 60 | 0 | 61 | 0 | 78 | 63 | 33 |
| Octal | 11 | 376 | 10 | 140 | 0 | 141 | 0 | 170 | 143 | 63 |
| Binary | 1001 | 11111110 | 1000 | 1100000 | 0 | 1100001 | 0 | 1111000 | 1100011 | 110011 |
Color Harmonies of #09FE08
Complementary color
Monochromatic Colors of #09FE08
Black with #09FE08
Text Example
Text Example
White with #09FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FE08; }
p { color: rgb(9,254,8); }
H1.HeaderClassName
{
color: #09FE08;
}
.AnyTagClassName
{
color: #09FE08;
}
</style>
background-color css
<style>
a { background-color: #09FE08; }
a { background-color: rgb(9,254,8); }
div.DivClassName
{
background-color: #09FE08;
}
.BgClassName
{
background-color: #09FE08;
}
</style>
border-color css
<style>
span { border-color: #09FE08; }
span { border-color: rgb(9,254,8); }
td.TdClassName
{
border-color: #09FE08;
}
.TagClassName
{
border-color: #09FE08;
}
</style>