Shades of Free Speech Green #09F015
Tints of Free Speech Green #09F015
RGB
CMYK
RGB Variations
Color information
#09F015 (or 0x09F015) is known color: Free Speech Green. HEX triplet: 09, F0 and 15. RGB value is (9,240,21). Sum of RGB (Red+Green+Blue) = 9+240+21=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 240 (94.14% from 255 or 88.89% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 240 - color contains mainly: green. Hex color #09F015 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F015 is #F60FEA. Grayscale: #929292. Windows color (decimal): -16125931 or 1437705. OLE color: 1437705.
HSL color Cylindrical-coordinate representation of color #09F015: hue angle of 123.12º 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 #09F015 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 240 | 21 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.06 |
| HSL | 123.12º | 0.93% | 0.49% | - |
| HSV(B) | 123.12º | 0.96% | 0.94% | - |
| XYZ | 31.41 | 62.43 | 11.1 | - |
| YUV | 145.97 | 57.47 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 21 | 0.96 | 0 | 0.91 | 0.06 | 123.12 | 0.93 | 0.49 |
| Hex | 9 | F0 | 15 | 60 | 0 | 5B | 6 | 7B | 5D | 31 |
| Octal | 11 | 360 | 25 | 140 | 0 | 133 | 6 | 173 | 135 | 61 |
| Binary | 1001 | 11110000 | 10101 | 1100000 | 0 | 1011011 | 110 | 1111011 | 1011101 | 110001 |
Color Harmonies of #09F015
Complementary color
Monochromatic Colors of #09F015
Black with #09F015
Text Example
Text Example
White with #09F015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F015; }
p { color: rgb(9,240,21); }
H1.HeaderClassName
{
color: #09F015;
}
.AnyTagClassName
{
color: #09F015;
}
</style>
background-color css
<style>
a { background-color: #09F015; }
a { background-color: rgb(9,240,21); }
div.DivClassName
{
background-color: #09F015;
}
.BgClassName
{
background-color: #09F015;
}
</style>
border-color css
<style>
span { border-color: #09F015; }
span { border-color: rgb(9,240,21); }
td.TdClassName
{
border-color: #09F015;
}
.TagClassName
{
border-color: #09F015;
}
</style>