Shades of Free Speech Green #09F215
Tints of Free Speech Green #09F215
RGB
CMYK
RGB Variations
Color information
#09F215 (or 0x09F215) is known color: Free Speech Green. HEX triplet: 09, F2 and 15. RGB value is (9,242,21). Sum of RGB (Red+Green+Blue) = 9+242+21=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 242 (94.92% from 255 or 88.97% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 242 - color contains mainly: green. Hex color #09F215 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F215 is #F60DEA. Grayscale: #939393. Windows color (decimal): -16125419 or 1438217. OLE color: 1438217.
HSL color Cylindrical-coordinate representation of color #09F215: hue angle of 123.09º 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 #09F215 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 21 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.05 |
| HSL | 123.09º | 0.93% | 0.49% | - |
| HSV(B) | 123.09º | 0.96% | 0.95% | - |
| XYZ | 32 | 63.62 | 11.3 | - |
| YUV | 147.14 | 56.81 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 21 | 0.96 | 0 | 0.91 | 0.05 | 123.09 | 0.93 | 0.49 |
| Hex | 9 | F2 | 15 | 60 | 0 | 5B | 5 | 7B | 5D | 31 |
| Octal | 11 | 362 | 25 | 140 | 0 | 133 | 5 | 173 | 135 | 61 |
| Binary | 1001 | 11110010 | 10101 | 1100000 | 0 | 1011011 | 101 | 1111011 | 1011101 | 110001 |
Color Harmonies of #09F215
Complementary color
Monochromatic Colors of #09F215
Black with #09F215
Text Example
Text Example
White with #09F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F215; }
p { color: rgb(9,242,21); }
H1.HeaderClassName
{
color: #09F215;
}
.AnyTagClassName
{
color: #09F215;
}
</style>
background-color css
<style>
a { background-color: #09F215; }
a { background-color: rgb(9,242,21); }
div.DivClassName
{
background-color: #09F215;
}
.BgClassName
{
background-color: #09F215;
}
</style>
border-color css
<style>
span { border-color: #09F215; }
span { border-color: rgb(9,242,21); }
td.TdClassName
{
border-color: #09F215;
}
.TagClassName
{
border-color: #09F215;
}
</style>