Shades of Free Speech Green #09F204
Tints of Free Speech Green #09F204
RGB
CMYK
RGB Variations
Color information
#09F204 (or 0x09F204) is known color: Free Speech Green. HEX triplet: 09, F2 and 04. RGB value is (9,242,4). Sum of RGB (Red+Green+Blue) = 9+242+4=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 242 (94.92% from 255 or 94.90% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 242 - color contains mainly: green. Hex color #09F204 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F204 is #F60DFB. Grayscale: #919191. Windows color (decimal): -16125436 or 324105. OLE color: 324105.
HSL color Cylindrical-coordinate representation of color #09F204: hue angle of 118.74º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09F204 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.05 |
| HSL | 118.74º | 0.97% | 0.48% | - |
| HSV(B) | 118.74º | 0.98% | 0.95% | - |
| XYZ | 31.89 | 63.57 | 10.7 | - |
| YUV | 145.2 | 48.31 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 4 | 0.96 | 0 | 0.98 | 0.05 | 118.74 | 0.97 | 0.48 |
| Hex | 9 | F2 | 4 | 60 | 0 | 62 | 5 | 77 | 61 | 30 |
| Octal | 11 | 362 | 4 | 140 | 0 | 142 | 5 | 167 | 141 | 60 |
| Binary | 1001 | 11110010 | 100 | 1100000 | 0 | 1100010 | 101 | 1110111 | 1100001 | 110000 |
Color Harmonies of #09F204
Complementary color
Monochromatic Colors of #09F204
Black with #09F204
Text Example
Text Example
White with #09F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F204; }
p { color: rgb(9,242,4); }
H1.HeaderClassName
{
color: #09F204;
}
.AnyTagClassName
{
color: #09F204;
}
</style>
background-color css
<style>
a { background-color: #09F204; }
a { background-color: rgb(9,242,4); }
div.DivClassName
{
background-color: #09F204;
}
.BgClassName
{
background-color: #09F204;
}
</style>
border-color css
<style>
span { border-color: #09F204; }
span { border-color: rgb(9,242,4); }
td.TdClassName
{
border-color: #09F204;
}
.TagClassName
{
border-color: #09F204;
}
</style>