Shades of Free Speech Green #09F122
Tints of Free Speech Green #09F122
RGB
CMYK
RGB Variations
Color information
#09F122 (or 0x09F122) is known color: Free Speech Green. HEX triplet: 09, F1 and 22. RGB value is (9,241,34). Sum of RGB (Red+Green+Blue) = 9+241+34=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 241 (94.53% from 255 or 84.86% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 241 - color contains mainly: green. Hex color #09F122 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F122 is #F60EDD. Grayscale: #949494. Windows color (decimal): -16125662 or 2289929. OLE color: 2289929.
HSL color Cylindrical-coordinate representation of color #09F122: hue angle of 126.47º 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 #09F122 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 34 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.05 |
| HSL | 126.47º | 0.93% | 0.49% | - |
| HSV(B) | 126.47º | 0.96% | 0.95% | - |
| XYZ | 31.86 | 63.08 | 12.01 | - |
| YUV | 148.03 | 63.64 | 28.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 34 | 0.96 | 0 | 0.86 | 0.05 | 126.47 | 0.93 | 0.49 |
| Hex | 9 | F1 | 22 | 60 | 0 | 56 | 5 | 7E | 5D | 31 |
| Octal | 11 | 361 | 42 | 140 | 0 | 126 | 5 | 176 | 135 | 61 |
| Binary | 1001 | 11110001 | 100010 | 1100000 | 0 | 1010110 | 101 | 1111110 | 1011101 | 110001 |
Color Harmonies of #09F122
Complementary color
Monochromatic Colors of #09F122
Black with #09F122
Text Example
Text Example
White with #09F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F122; }
p { color: rgb(9,241,34); }
H1.HeaderClassName
{
color: #09F122;
}
.AnyTagClassName
{
color: #09F122;
}
</style>
background-color css
<style>
a { background-color: #09F122; }
a { background-color: rgb(9,241,34); }
div.DivClassName
{
background-color: #09F122;
}
.BgClassName
{
background-color: #09F122;
}
</style>
border-color css
<style>
span { border-color: #09F122; }
span { border-color: rgb(9,241,34); }
td.TdClassName
{
border-color: #09F122;
}
.TagClassName
{
border-color: #09F122;
}
</style>