Shades of Free Speech Green #09F00C
Tints of Free Speech Green #09F00C
RGB
CMYK
RGB Variations
Color information
#09F00C (or 0x09F00C) is known color: Free Speech Green. HEX triplet: 09, F0 and 0C. RGB value is (9,240,12). Sum of RGB (Red+Green+Blue) = 9+240+12=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 240 (94.14% from 255 or 91.95% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 240 - color contains mainly: green. Hex color #09F00C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F00C is #F60FF3. Grayscale: #919191. Windows color (decimal): -16125940 or 847881. OLE color: 847881.
HSL color Cylindrical-coordinate representation of color #09F00C: hue angle of 120.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F00C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 12 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.06 |
| HSL | 120.78º | 0.93% | 0.49% | - |
| HSV(B) | 120.78º | 0.96% | 0.94% | - |
| XYZ | 31.34 | 62.4 | 10.74 | - |
| YUV | 144.94 | 52.97 | 31.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 12 | 0.96 | 0 | 0.95 | 0.06 | 120.78 | 0.93 | 0.49 |
| Hex | 9 | F0 | C | 60 | 0 | 5F | 6 | 79 | 5D | 31 |
| Octal | 11 | 360 | 14 | 140 | 0 | 137 | 6 | 171 | 135 | 61 |
| Binary | 1001 | 11110000 | 1100 | 1100000 | 0 | 1011111 | 110 | 1111001 | 1011101 | 110001 |
Color Harmonies of #09F00C
Complementary color
Monochromatic Colors of #09F00C
Black with #09F00C
Text Example
Text Example
White with #09F00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F00C; }
p { color: rgb(9,240,12); }
H1.HeaderClassName
{
color: #09F00C;
}
.AnyTagClassName
{
color: #09F00C;
}
</style>
background-color css
<style>
a { background-color: #09F00C; }
a { background-color: rgb(9,240,12); }
div.DivClassName
{
background-color: #09F00C;
}
.BgClassName
{
background-color: #09F00C;
}
</style>
border-color css
<style>
span { border-color: #09F00C; }
span { border-color: rgb(9,240,12); }
td.TdClassName
{
border-color: #09F00C;
}
.TagClassName
{
border-color: #09F00C;
}
</style>