Shades of Free Speech Green #09F228
Tints of Free Speech Green #09F228
RGB
CMYK
RGB Variations
Color information
#09F228 (or 0x09F228) is known color: Free Speech Green. HEX triplet: 09, F2 and 28. RGB value is (9,242,40). Sum of RGB (Red+Green+Blue) = 9+242+40=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 242 (94.92% from 255 or 83.16% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 242 - color contains mainly: green. Hex color #09F228 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F228 is #F60DD7. Grayscale: #959595. Windows color (decimal): -16125400 or 2683401. OLE color: 2683401.
HSL color Cylindrical-coordinate representation of color #09F228: hue angle of 127.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 #09F228 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 40 | - |
| CMYK | 0.96 | 0 | 0.83 | 0.05 |
| HSL | 127.98º | 0.93% | 0.49% | - |
| HSV(B) | 127.98º | 0.96% | 0.95% | - |
| XYZ | 32.25 | 63.72 | 12.61 | - |
| YUV | 149.31 | 66.31 | 27.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 40 | 0.96 | 0 | 0.83 | 0.05 | 127.98 | 0.93 | 0.49 |
| Hex | 9 | F2 | 28 | 60 | 0 | 53 | 5 | 80 | 5D | 31 |
| Octal | 11 | 362 | 50 | 140 | 0 | 123 | 5 | 200 | 135 | 61 |
| Binary | 1001 | 11110010 | 101000 | 1100000 | 0 | 1010011 | 101 | 10000000 | 1011101 | 110001 |
Color Harmonies of #09F228
Complementary color
Monochromatic Colors of #09F228
Black with #09F228
Text Example
Text Example
White with #09F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F228; }
p { color: rgb(9,242,40); }
H1.HeaderClassName
{
color: #09F228;
}
.AnyTagClassName
{
color: #09F228;
}
</style>
background-color css
<style>
a { background-color: #09F228; }
a { background-color: rgb(9,242,40); }
div.DivClassName
{
background-color: #09F228;
}
.BgClassName
{
background-color: #09F228;
}
</style>
border-color css
<style>
span { border-color: #09F228; }
span { border-color: rgb(9,242,40); }
td.TdClassName
{
border-color: #09F228;
}
.TagClassName
{
border-color: #09F228;
}
</style>