Shades of Free Speech Green #09F10C
Tints of Free Speech Green #09F10C
RGB
CMYK
RGB Variations
Color information
#09F10C (or 0x09F10C) is known color: Free Speech Green. HEX triplet: 09, F1 and 0C. RGB value is (9,241,12). Sum of RGB (Red+Green+Blue) = 9+241+12=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 241 (94.53% from 255 or 91.98% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 241 - color contains mainly: green. Hex color #09F10C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F10C is #F60EF3. Grayscale: #929292. Windows color (decimal): -16125684 or 848137. OLE color: 848137.
HSL color Cylindrical-coordinate representation of color #09F10C: hue angle of 120.78º 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 #09F10C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 241 | 12 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.05 |
| HSL | 120.78º | 0.93% | 0.49% | - |
| HSV(B) | 120.78º | 0.96% | 0.95% | - |
| XYZ | 31.63 | 63 | 10.84 | - |
| YUV | 145.53 | 52.64 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 12 | 0.96 | 0 | 0.95 | 0.05 | 120.78 | 0.93 | 0.49 |
| Hex | 9 | F1 | C | 60 | 0 | 5F | 5 | 79 | 5D | 31 |
| Octal | 11 | 361 | 14 | 140 | 0 | 137 | 5 | 171 | 135 | 61 |
| Binary | 1001 | 11110001 | 1100 | 1100000 | 0 | 1011111 | 101 | 1111001 | 1011101 | 110001 |
Color Harmonies of #09F10C
Complementary color
Monochromatic Colors of #09F10C
Black with #09F10C
Text Example
Text Example
White with #09F10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F10C; }
p { color: rgb(9,241,12); }
H1.HeaderClassName
{
color: #09F10C;
}
.AnyTagClassName
{
color: #09F10C;
}
</style>
background-color css
<style>
a { background-color: #09F10C; }
a { background-color: rgb(9,241,12); }
div.DivClassName
{
background-color: #09F10C;
}
.BgClassName
{
background-color: #09F10C;
}
</style>
border-color css
<style>
span { border-color: #09F10C; }
span { border-color: rgb(9,241,12); }
td.TdClassName
{
border-color: #09F10C;
}
.TagClassName
{
border-color: #09F10C;
}
</style>