Shades of Free Speech Green #09F40A
Tints of Free Speech Green #09F40A
RGB
CMYK
RGB Variations
Color information
#09F40A (or 0x09F40A) is known color: Free Speech Green. HEX triplet: 09, F4 and 0A. RGB value is (9,244,10). Sum of RGB (Red+Green+Blue) = 9+244+10=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 244 (95.70% from 255 or 92.78% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 244 - color contains mainly: green. Hex color #09F40A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F40A is #F60BF5. Grayscale: #939393. Windows color (decimal): -16124918 or 717833. OLE color: 717833.
HSL color Cylindrical-coordinate representation of color #09F40A: hue angle of 120.26º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F40A is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 244 | 10 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.04 |
| HSL | 120.26º | 0.93% | 0.5% | - |
| HSV(B) | 120.26º | 0.96% | 0.96% | - |
| XYZ | 32.52 | 64.78 | 11.08 | - |
| YUV | 147.06 | 50.64 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 244 | 10 | 0.96 | 0 | 0.96 | 0.04 | 120.26 | 0.93 | 0.5 |
| Hex | 9 | F4 | A | 60 | 0 | 60 | 4 | 78 | 5D | 32 |
| Octal | 11 | 364 | 12 | 140 | 0 | 140 | 4 | 170 | 135 | 62 |
| Binary | 1001 | 11110100 | 1010 | 1100000 | 0 | 1100000 | 100 | 1111000 | 1011101 | 110010 |
Color Harmonies of #09F40A
Complementary color
Monochromatic Colors of #09F40A
Black with #09F40A
Text Example
Text Example
White with #09F40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F40A; }
p { color: rgb(9,244,10); }
H1.HeaderClassName
{
color: #09F40A;
}
.AnyTagClassName
{
color: #09F40A;
}
</style>
background-color css
<style>
a { background-color: #09F40A; }
a { background-color: rgb(9,244,10); }
div.DivClassName
{
background-color: #09F40A;
}
.BgClassName
{
background-color: #09F40A;
}
</style>
border-color css
<style>
span { border-color: #09F40A; }
span { border-color: rgb(9,244,10); }
td.TdClassName
{
border-color: #09F40A;
}
.TagClassName
{
border-color: #09F40A;
}
</style>