Shades of Free Speech Green #09F013
Tints of Free Speech Green #09F013
RGB
CMYK
RGB Variations
Color information
#09F013 (or 0x09F013) is known color: Free Speech Green. HEX triplet: 09, F0 and 13. RGB value is (9,240,19). Sum of RGB (Red+Green+Blue) = 9+240+19=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 240 (94.14% from 255 or 89.55% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 240 - color contains mainly: green. Hex color #09F013 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F013 is #F60FEC. Grayscale: #929292. Windows color (decimal): -16125933 or 1306633. OLE color: 1306633.
HSL color Cylindrical-coordinate representation of color #09F013: hue angle of 122.6º 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 #09F013 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 19 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.06 |
| HSL | 122.6º | 0.93% | 0.49% | - |
| HSV(B) | 122.6º | 0.96% | 0.94% | - |
| XYZ | 31.39 | 62.43 | 11.01 | - |
| YUV | 145.74 | 56.47 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 19 | 0.96 | 0 | 0.92 | 0.06 | 122.6 | 0.93 | 0.49 |
| Hex | 9 | F0 | 13 | 60 | 0 | 5C | 6 | 7B | 5D | 31 |
| Octal | 11 | 360 | 23 | 140 | 0 | 134 | 6 | 173 | 135 | 61 |
| Binary | 1001 | 11110000 | 10011 | 1100000 | 0 | 1011100 | 110 | 1111011 | 1011101 | 110001 |
Color Harmonies of #09F013
Complementary color
Monochromatic Colors of #09F013
Black with #09F013
Text Example
Text Example
White with #09F013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F013; }
p { color: rgb(9,240,19); }
H1.HeaderClassName
{
color: #09F013;
}
.AnyTagClassName
{
color: #09F013;
}
</style>
background-color css
<style>
a { background-color: #09F013; }
a { background-color: rgb(9,240,19); }
div.DivClassName
{
background-color: #09F013;
}
.BgClassName
{
background-color: #09F013;
}
</style>
border-color css
<style>
span { border-color: #09F013; }
span { border-color: rgb(9,240,19); }
td.TdClassName
{
border-color: #09F013;
}
.TagClassName
{
border-color: #09F013;
}
</style>