Shades of Free Speech Green #09F330
Tints of Free Speech Green #09F330
RGB
CMYK
RGB Variations
Color information
#09F330 (or 0x09F330) is known color: Free Speech Green. HEX triplet: 09, F3 and 30. RGB value is (9,243,48). Sum of RGB (Red+Green+Blue) = 9+243+48=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 243 (95.31% from 255 or 81% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 243 - color contains mainly: green. Hex color #09F330 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F330 is #F60CCF. Grayscale: #979797. Windows color (decimal): -16125136 or 3207945. OLE color: 3207945.
HSL color Cylindrical-coordinate representation of color #09F330: hue angle of 130º 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 #09F330 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 48 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.05 |
| HSL | 130º | 0.93% | 0.49% | - |
| HSV(B) | 130º | 0.96% | 0.95% | - |
| XYZ | 32.7 | 64.37 | 13.5 | - |
| YUV | 150.8 | 69.98 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 48 | 0.96 | 0 | 0.80 | 0.05 | 130 | 0.93 | 0.49 |
| Hex | 9 | F3 | 30 | 60 | 0 | 50 | 5 | 82 | 5D | 31 |
| Octal | 11 | 363 | 60 | 140 | 0 | 120 | 5 | 202 | 135 | 61 |
| Binary | 1001 | 11110011 | 110000 | 1100000 | 0 | 1010000 | 101 | 10000010 | 1011101 | 110001 |
Color Harmonies of #09F330
Complementary color
Monochromatic Colors of #09F330
Black with #09F330
Text Example
Text Example
White with #09F330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F330; }
p { color: rgb(9,243,48); }
H1.HeaderClassName
{
color: #09F330;
}
.AnyTagClassName
{
color: #09F330;
}
</style>
background-color css
<style>
a { background-color: #09F330; }
a { background-color: rgb(9,243,48); }
div.DivClassName
{
background-color: #09F330;
}
.BgClassName
{
background-color: #09F330;
}
</style>
border-color css
<style>
span { border-color: #09F330; }
span { border-color: rgb(9,243,48); }
td.TdClassName
{
border-color: #09F330;
}
.TagClassName
{
border-color: #09F330;
}
</style>