Shades of Free Speech Green #09FC16
Tints of Free Speech Green #09FC16
RGB
CMYK
RGB Variations
Color information
#09FC16 (or 0x09FC16) is known color: Free Speech Green. HEX triplet: 09, FC and 16. RGB value is (9,252,22). Sum of RGB (Red+Green+Blue) = 9+252+22=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 252 (98.83% from 255 or 89.05% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 252 - color contains mainly: green. Hex color #09FC16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FC16 is #F603E9. Grayscale: #999999. Windows color (decimal): -16122858 or 1506313. OLE color: 1506313.
HSL color Cylindrical-coordinate representation of color #09FC16: hue angle of 123.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FC16 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 252 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.01 |
| HSL | 123.21º | 0.98% | 0.51% | - |
| HSV(B) | 123.21º | 0.96% | 0.99% | - |
| XYZ | 35.07 | 69.74 | 12.37 | - |
| YUV | 153.12 | 53.99 | 25.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 252 | 22 | 0.96 | 0 | 0.91 | 0.01 | 123.21 | 0.98 | 0.51 |
| Hex | 9 | FC | 16 | 60 | 0 | 5B | 1 | 7B | 62 | 33 |
| Octal | 11 | 374 | 26 | 140 | 0 | 133 | 1 | 173 | 142 | 63 |
| Binary | 1001 | 11111100 | 10110 | 1100000 | 0 | 1011011 | 1 | 1111011 | 1100010 | 110011 |
Color Harmonies of #09FC16
Complementary color
Monochromatic Colors of #09FC16
Black with #09FC16
Text Example
Text Example
White with #09FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FC16; }
p { color: rgb(9,252,22); }
H1.HeaderClassName
{
color: #09FC16;
}
.AnyTagClassName
{
color: #09FC16;
}
</style>
background-color css
<style>
a { background-color: #09FC16; }
a { background-color: rgb(9,252,22); }
div.DivClassName
{
background-color: #09FC16;
}
.BgClassName
{
background-color: #09FC16;
}
</style>
border-color css
<style>
span { border-color: #09FC16; }
span { border-color: rgb(9,252,22); }
td.TdClassName
{
border-color: #09FC16;
}
.TagClassName
{
border-color: #09FC16;
}
</style>