Shades of Free Speech Green #09FF08
Tints of Free Speech Green #09FF08
RGB
CMYK
RGB Variations
Color information
#09FF08 (or 0x09FF08) is known color: Free Speech Green. HEX triplet: 09, FF and 08. RGB value is (9,255,8). Sum of RGB (Red+Green+Blue) = 9+255+8=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 255 (100% from 255 or 93.75% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FF08 is #F600F7. Grayscale: #9A9A9A. Windows color (decimal): -16122104 or 589577. OLE color: 589577.
HSL color Cylindrical-coordinate representation of color #09FF08: hue angle of 119.76º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #09FF08 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 8 | - |
| CMYK | 0.96 | 0 | 0.97 | 0 |
| HSL | 119.76º | 1% | 0.52% | - |
| HSV(B) | 119.76º | 0.97% | 1% | - |
| XYZ | 35.92 | 71.6 | 12.16 | - |
| YUV | 153.29 | 46 | 25.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 8 | 0.96 | 0 | 0.97 | 0 | 119.76 | 1 | 0.52 |
| Hex | 9 | FF | 8 | 60 | 0 | 61 | 0 | 78 | 64 | 34 |
| Octal | 11 | 377 | 10 | 140 | 0 | 141 | 0 | 170 | 144 | 64 |
| Binary | 1001 | 11111111 | 1000 | 1100000 | 0 | 1100001 | 0 | 1111000 | 1100100 | 110100 |
Color Harmonies of #09FF08
Complementary color
Monochromatic Colors of #09FF08
Black with #09FF08
Text Example
Text Example
White with #09FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF08; }
p { color: rgb(9,255,8); }
H1.HeaderClassName
{
color: #09FF08;
}
.AnyTagClassName
{
color: #09FF08;
}
</style>
background-color css
<style>
a { background-color: #09FF08; }
a { background-color: rgb(9,255,8); }
div.DivClassName
{
background-color: #09FF08;
}
.BgClassName
{
background-color: #09FF08;
}
</style>
border-color css
<style>
span { border-color: #09FF08; }
span { border-color: rgb(9,255,8); }
td.TdClassName
{
border-color: #09FF08;
}
.TagClassName
{
border-color: #09FF08;
}
</style>