Shades of Free Speech Green #09F605
Tints of Free Speech Green #09F605
RGB
CMYK
RGB Variations
Color information
#09F605 (or 0x09F605) is known color: Free Speech Green. HEX triplet: 09, F6 and 05. RGB value is (9,246,5). Sum of RGB (Red+Green+Blue) = 9+246+5=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 246 (96.48% from 255 or 94.62% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 246 - color contains mainly: green. Hex color #09F605 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F605 is #F609FA. Grayscale: #949494. Windows color (decimal): -16124411 or 390665. OLE color: 390665.
HSL color Cylindrical-coordinate representation of color #09F605: hue angle of 119º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09F605 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 246 | 5 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.04 |
| HSL | 119º | 0.96% | 0.49% | - |
| HSV(B) | 119º | 0.98% | 0.96% | - |
| XYZ | 33.1 | 65.98 | 11.13 | - |
| YUV | 147.66 | 47.48 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 246 | 5 | 0.96 | 0 | 0.98 | 0.04 | 119 | 0.96 | 0.49 |
| Hex | 9 | F6 | 5 | 60 | 0 | 62 | 4 | 77 | 60 | 31 |
| Octal | 11 | 366 | 5 | 140 | 0 | 142 | 4 | 167 | 140 | 61 |
| Binary | 1001 | 11110110 | 101 | 1100000 | 0 | 1100010 | 100 | 1110111 | 1100000 | 110001 |
Color Harmonies of #09F605
Complementary color
Monochromatic Colors of #09F605
Black with #09F605
Text Example
Text Example
White with #09F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F605; }
p { color: rgb(9,246,5); }
H1.HeaderClassName
{
color: #09F605;
}
.AnyTagClassName
{
color: #09F605;
}
</style>
background-color css
<style>
a { background-color: #09F605; }
a { background-color: rgb(9,246,5); }
div.DivClassName
{
background-color: #09F605;
}
.BgClassName
{
background-color: #09F605;
}
</style>
border-color css
<style>
span { border-color: #09F605; }
span { border-color: rgb(9,246,5); }
td.TdClassName
{
border-color: #09F605;
}
.TagClassName
{
border-color: #09F605;
}
</style>