Shades of Free Speech Green #09F214
Tints of Free Speech Green #09F214
RGB
CMYK
RGB Variations
Color information
#09F214 (or 0x09F214) is known color: Free Speech Green. HEX triplet: 09, F2 and 14. RGB value is (9,242,20). Sum of RGB (Red+Green+Blue) = 9+242+20=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 242 (94.92% from 255 or 89.30% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 242 - color contains mainly: green. Hex color #09F214 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F214 is #F60DEB. Grayscale: #939393. Windows color (decimal): -16125420 or 1372681. OLE color: 1372681.
HSL color Cylindrical-coordinate representation of color #09F214: hue angle of 122.83º 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 #09F214 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 242 | 20 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.05 |
| HSL | 122.83º | 0.93% | 0.49% | - |
| HSV(B) | 122.83º | 0.96% | 0.95% | - |
| XYZ | 31.99 | 63.61 | 11.25 | - |
| YUV | 147.03 | 56.31 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 242 | 20 | 0.96 | 0 | 0.92 | 0.05 | 122.83 | 0.93 | 0.49 |
| Hex | 9 | F2 | 14 | 60 | 0 | 5C | 5 | 7B | 5D | 31 |
| Octal | 11 | 362 | 24 | 140 | 0 | 134 | 5 | 173 | 135 | 61 |
| Binary | 1001 | 11110010 | 10100 | 1100000 | 0 | 1011100 | 101 | 1111011 | 1011101 | 110001 |
Color Harmonies of #09F214
Complementary color
Monochromatic Colors of #09F214
Black with #09F214
Text Example
Text Example
White with #09F214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F214; }
p { color: rgb(9,242,20); }
H1.HeaderClassName
{
color: #09F214;
}
.AnyTagClassName
{
color: #09F214;
}
</style>
background-color css
<style>
a { background-color: #09F214; }
a { background-color: rgb(9,242,20); }
div.DivClassName
{
background-color: #09F214;
}
.BgClassName
{
background-color: #09F214;
}
</style>
border-color css
<style>
span { border-color: #09F214; }
span { border-color: rgb(9,242,20); }
td.TdClassName
{
border-color: #09F214;
}
.TagClassName
{
border-color: #09F214;
}
</style>