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