Shades of Free Speech Green #09F435
Tints of Free Speech Green #09F435
RGB
CMYK
RGB Variations
Color information
#09F435 (or 0x09F435) is known color: Free Speech Green. HEX triplet: 09, F4 and 35. RGB value is (9,244,53). Sum of RGB (Red+Green+Blue) = 9+244+53=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 244 (95.70% from 255 or 79.74% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 244 - color contains mainly: green. Hex color #09F435 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F435 is #F60BCA. Grayscale: #989898. Windows color (decimal): -16124875 or 3535881. OLE color: 3535881.
HSL color Cylindrical-coordinate representation of color #09F435: hue angle of 131.23º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F435 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 244 | 53 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.04 |
| HSL | 131.23º | 0.93% | 0.5% | - |
| HSV(B) | 131.23º | 0.96% | 0.96% | - |
| XYZ | 33.11 | 65.02 | 14.17 | - |
| YUV | 151.96 | 72.14 | 26.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 244 | 53 | 0.96 | 0 | 0.78 | 0.04 | 131.23 | 0.93 | 0.5 |
| Hex | 9 | F4 | 35 | 60 | 0 | 4E | 4 | 83 | 5D | 32 |
| Octal | 11 | 364 | 65 | 140 | 0 | 116 | 4 | 203 | 135 | 62 |
| Binary | 1001 | 11110100 | 110101 | 1100000 | 0 | 1001110 | 100 | 10000011 | 1011101 | 110010 |
Color Harmonies of #09F435
Complementary color
Monochromatic Colors of #09F435
Black with #09F435
Text Example
Text Example
White with #09F435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F435; }
p { color: rgb(9,244,53); }
H1.HeaderClassName
{
color: #09F435;
}
.AnyTagClassName
{
color: #09F435;
}
</style>
background-color css
<style>
a { background-color: #09F435; }
a { background-color: rgb(9,244,53); }
div.DivClassName
{
background-color: #09F435;
}
.BgClassName
{
background-color: #09F435;
}
</style>
border-color css
<style>
span { border-color: #09F435; }
span { border-color: rgb(9,244,53); }
td.TdClassName
{
border-color: #09F435;
}
.TagClassName
{
border-color: #09F435;
}
</style>