Shades of Free Speech Green #09F926
Tints of Free Speech Green #09F926
RGB
CMYK
RGB Variations
Color information
#09F926 (or 0x09F926) is known color: Free Speech Green. HEX triplet: 09, F9 and 26. RGB value is (9,249,38). Sum of RGB (Red+Green+Blue) = 9+249+38=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 249 (97.66% from 255 or 84.12% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 249 - color contains mainly: green. Hex color #09F926 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F926 is #F606D9. Grayscale: #999999. Windows color (decimal): -16123610 or 2554121. OLE color: 2554121.
HSL color Cylindrical-coordinate representation of color #09F926: hue angle of 127.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F926 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 249 | 38 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.02 |
| HSL | 127.25º | 0.95% | 0.51% | - |
| HSV(B) | 127.25º | 0.96% | 0.98% | - |
| XYZ | 34.34 | 67.95 | 13.14 | - |
| YUV | 153.19 | 62.99 | 25.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 249 | 38 | 0.96 | 0 | 0.85 | 0.02 | 127.25 | 0.95 | 0.51 |
| Hex | 9 | F9 | 26 | 60 | 0 | 55 | 2 | 7F | 5F | 33 |
| Octal | 11 | 371 | 46 | 140 | 0 | 125 | 2 | 177 | 137 | 63 |
| Binary | 1001 | 11111001 | 100110 | 1100000 | 0 | 1010101 | 10 | 1111111 | 1011111 | 110011 |
Color Harmonies of #09F926
Complementary color
Monochromatic Colors of #09F926
Black with #09F926
Text Example
Text Example
White with #09F926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F926; }
p { color: rgb(9,249,38); }
H1.HeaderClassName
{
color: #09F926;
}
.AnyTagClassName
{
color: #09F926;
}
</style>
background-color css
<style>
a { background-color: #09F926; }
a { background-color: rgb(9,249,38); }
div.DivClassName
{
background-color: #09F926;
}
.BgClassName
{
background-color: #09F926;
}
</style>
border-color css
<style>
span { border-color: #09F926; }
span { border-color: rgb(9,249,38); }
td.TdClassName
{
border-color: #09F926;
}
.TagClassName
{
border-color: #09F926;
}
</style>