Shades of Free Speech Green #09F124
Tints of Free Speech Green #09F124
RGB
CMYK
RGB Variations
Color information
#09F124 (or 0x09F124) is known color: Free Speech Green. HEX triplet: 09, F1 and 24. RGB value is (9,241,36). Sum of RGB (Red+Green+Blue) = 9+241+36=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 241 (94.53% from 255 or 84.27% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 241 - color contains mainly: green. Hex color #09F124 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F124 is #F60EDB. Grayscale: #949494. Windows color (decimal): -16125660 or 2421001. OLE color: 2421001.
HSL color Cylindrical-coordinate representation of color #09F124: hue angle of 126.98º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F124 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 36 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.05 |
| HSL | 126.98º | 0.93% | 0.49% | - |
| HSV(B) | 126.98º | 0.96% | 0.95% | - |
| XYZ | 31.89 | 63.1 | 12.17 | - |
| YUV | 148.26 | 64.64 | 28.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 36 | 0.96 | 0 | 0.85 | 0.05 | 126.98 | 0.93 | 0.49 |
| Hex | 9 | F1 | 24 | 60 | 0 | 55 | 5 | 7F | 5D | 31 |
| Octal | 11 | 361 | 44 | 140 | 0 | 125 | 5 | 177 | 135 | 61 |
| Binary | 1001 | 11110001 | 100100 | 1100000 | 0 | 1010101 | 101 | 1111111 | 1011101 | 110001 |
Color Harmonies of #09F124
Complementary color
Monochromatic Colors of #09F124
Black with #09F124
Text Example
Text Example
White with #09F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F124; }
p { color: rgb(9,241,36); }
H1.HeaderClassName
{
color: #09F124;
}
.AnyTagClassName
{
color: #09F124;
}
</style>
background-color css
<style>
a { background-color: #09F124; }
a { background-color: rgb(9,241,36); }
div.DivClassName
{
background-color: #09F124;
}
.BgClassName
{
background-color: #09F124;
}
</style>
border-color css
<style>
span { border-color: #09F124; }
span { border-color: rgb(9,241,36); }
td.TdClassName
{
border-color: #09F124;
}
.TagClassName
{
border-color: #09F124;
}
</style>