Shades of Free Speech Green #09F315
Tints of Free Speech Green #09F315
RGB
CMYK
RGB Variations
Color information
#09F315 (or 0x09F315) is known color: Free Speech Green. HEX triplet: 09, F3 and 15. RGB value is (9,243,21). Sum of RGB (Red+Green+Blue) = 9+243+21=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 243 (95.31% from 255 or 89.01% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 243 - color contains mainly: green. Hex color #09F315 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F315 is #F60CEA. Grayscale: #949494. Windows color (decimal): -16125163 or 1438473. OLE color: 1438473.
HSL color Cylindrical-coordinate representation of color #09F315: hue angle of 123.08º 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 #09F315 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 21 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.05 |
| HSL | 123.08º | 0.93% | 0.49% | - |
| HSV(B) | 123.08º | 0.96% | 0.95% | - |
| XYZ | 32.3 | 64.21 | 11.4 | - |
| YUV | 147.73 | 56.48 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 21 | 0.96 | 0 | 0.91 | 0.05 | 123.08 | 0.93 | 0.49 |
| Hex | 9 | F3 | 15 | 60 | 0 | 5B | 5 | 7B | 5D | 31 |
| Octal | 11 | 363 | 25 | 140 | 0 | 133 | 5 | 173 | 135 | 61 |
| Binary | 1001 | 11110011 | 10101 | 1100000 | 0 | 1011011 | 101 | 1111011 | 1011101 | 110001 |
Color Harmonies of #09F315
Complementary color
Monochromatic Colors of #09F315
Black with #09F315
Text Example
Text Example
White with #09F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F315; }
p { color: rgb(9,243,21); }
H1.HeaderClassName
{
color: #09F315;
}
.AnyTagClassName
{
color: #09F315;
}
</style>
background-color css
<style>
a { background-color: #09F315; }
a { background-color: rgb(9,243,21); }
div.DivClassName
{
background-color: #09F315;
}
.BgClassName
{
background-color: #09F315;
}
</style>
border-color css
<style>
span { border-color: #09F315; }
span { border-color: rgb(9,243,21); }
td.TdClassName
{
border-color: #09F315;
}
.TagClassName
{
border-color: #09F315;
}
</style>