Shades of Free Speech Green #09F305
Tints of Free Speech Green #09F305
RGB
CMYK
RGB Variations
Color information
#09F305 (or 0x09F305) is known color: Free Speech Green. HEX triplet: 09, F3 and 05. RGB value is (9,243,5). Sum of RGB (Red+Green+Blue) = 9+243+5=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 243 (95.31% from 255 or 94.55% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 243 - color contains mainly: green. Hex color #09F305 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F305 is #F60CFA. Grayscale: #929292. Windows color (decimal): -16125179 or 389897. OLE color: 389897.
HSL color Cylindrical-coordinate representation of color #09F305: hue angle of 118.99º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09F305 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 5 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.05 |
| HSL | 118.99º | 0.96% | 0.49% | - |
| HSV(B) | 118.99º | 0.98% | 0.95% | - |
| XYZ | 32.19 | 64.17 | 10.83 | - |
| YUV | 145.9 | 48.48 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 5 | 0.96 | 0 | 0.98 | 0.05 | 118.99 | 0.96 | 0.49 |
| Hex | 9 | F3 | 5 | 60 | 0 | 62 | 5 | 77 | 60 | 31 |
| Octal | 11 | 363 | 5 | 140 | 0 | 142 | 5 | 167 | 140 | 61 |
| Binary | 1001 | 11110011 | 101 | 1100000 | 0 | 1100010 | 101 | 1110111 | 1100000 | 110001 |
Color Harmonies of #09F305
Complementary color
Monochromatic Colors of #09F305
Black with #09F305
Text Example
Text Example
White with #09F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F305; }
p { color: rgb(9,243,5); }
H1.HeaderClassName
{
color: #09F305;
}
.AnyTagClassName
{
color: #09F305;
}
</style>
background-color css
<style>
a { background-color: #09F305; }
a { background-color: rgb(9,243,5); }
div.DivClassName
{
background-color: #09F305;
}
.BgClassName
{
background-color: #09F305;
}
</style>
border-color css
<style>
span { border-color: #09F305; }
span { border-color: rgb(9,243,5); }
td.TdClassName
{
border-color: #09F305;
}
.TagClassName
{
border-color: #09F305;
}
</style>