Shades of Free Speech Green #09FD0E
Tints of Free Speech Green #09FD0E
RGB
CMYK
RGB Variations
Color information
#09FD0E (or 0x09FD0E) is known color: Free Speech Green. HEX triplet: 09, FD and 0E. RGB value is (9,253,14). Sum of RGB (Red+Green+Blue) = 9+253+14=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 253 (99.22% from 255 or 91.67% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 253 - color contains mainly: green. Hex color #09FD0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FD0E is #F602F1. Grayscale: #999999. Windows color (decimal): -16122610 or 982281. OLE color: 982281.
HSL color Cylindrical-coordinate representation of color #09FD0E: hue angle of 121.23º 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 #09FD0E is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 14 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.01 |
| HSL | 121.23º | 0.98% | 0.51% | - |
| HSV(B) | 121.23º | 0.96% | 0.99% | - |
| XYZ | 35.32 | 70.34 | 12.13 | - |
| YUV | 152.8 | 49.66 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 14 | 0.96 | 0 | 0.94 | 0.01 | 121.23 | 0.98 | 0.51 |
| Hex | 9 | FD | E | 60 | 0 | 5E | 1 | 79 | 62 | 33 |
| Octal | 11 | 375 | 16 | 140 | 0 | 136 | 1 | 171 | 142 | 63 |
| Binary | 1001 | 11111101 | 1110 | 1100000 | 0 | 1011110 | 1 | 1111001 | 1100010 | 110011 |
Color Harmonies of #09FD0E
Complementary color
Monochromatic Colors of #09FD0E
Black with #09FD0E
Text Example
Text Example
White with #09FD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FD0E; }
p { color: rgb(9,253,14); }
H1.HeaderClassName
{
color: #09FD0E;
}
.AnyTagClassName
{
color: #09FD0E;
}
</style>
background-color css
<style>
a { background-color: #09FD0E; }
a { background-color: rgb(9,253,14); }
div.DivClassName
{
background-color: #09FD0E;
}
.BgClassName
{
background-color: #09FD0E;
}
</style>
border-color css
<style>
span { border-color: #09FD0E; }
span { border-color: rgb(9,253,14); }
td.TdClassName
{
border-color: #09FD0E;
}
.TagClassName
{
border-color: #09FD0E;
}
</style>