Shades of Free Speech Green #09FD16
Tints of Free Speech Green #09FD16
RGB
CMYK
RGB Variations
Color information
#09FD16 (or 0x09FD16) is known color: Free Speech Green. HEX triplet: 09, FD and 16. RGB value is (9,253,22). Sum of RGB (Red+Green+Blue) = 9+253+22=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 253 (99.22% from 255 or 89.08% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 253 - color contains mainly: green. Hex color #09FD16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FD16 is #F602E9. Grayscale: #9A9A9A. Windows color (decimal): -16122602 or 1506569. OLE color: 1506569.
HSL color Cylindrical-coordinate representation of color #09FD16: hue angle of 123.2º 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 #09FD16 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 22 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.01 |
| HSL | 123.2º | 0.98% | 0.51% | - |
| HSV(B) | 123.2º | 0.96% | 0.99% | - |
| XYZ | 35.38 | 70.37 | 12.48 | - |
| YUV | 153.71 | 53.66 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 22 | 0.96 | 0 | 0.91 | 0.01 | 123.2 | 0.98 | 0.51 |
| Hex | 9 | FD | 16 | 60 | 0 | 5B | 1 | 7B | 62 | 33 |
| Octal | 11 | 375 | 26 | 140 | 0 | 133 | 1 | 173 | 142 | 63 |
| Binary | 1001 | 11111101 | 10110 | 1100000 | 0 | 1011011 | 1 | 1111011 | 1100010 | 110011 |
Color Harmonies of #09FD16
Complementary color
Monochromatic Colors of #09FD16
Black with #09FD16
Text Example
Text Example
White with #09FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FD16; }
p { color: rgb(9,253,22); }
H1.HeaderClassName
{
color: #09FD16;
}
.AnyTagClassName
{
color: #09FD16;
}
</style>
background-color css
<style>
a { background-color: #09FD16; }
a { background-color: rgb(9,253,22); }
div.DivClassName
{
background-color: #09FD16;
}
.BgClassName
{
background-color: #09FD16;
}
</style>
border-color css
<style>
span { border-color: #09FD16; }
span { border-color: rgb(9,253,22); }
td.TdClassName
{
border-color: #09FD16;
}
.TagClassName
{
border-color: #09FD16;
}
</style>