Shades of Free Speech Green #09F534
Tints of Free Speech Green #09F534
RGB
CMYK
RGB Variations
Color information
#09F534 (or 0x09F534) is known color: Free Speech Green. HEX triplet: 09, F5 and 34. RGB value is (9,245,52). Sum of RGB (Red+Green+Blue) = 9+245+52=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 245 (96.09% from 255 or 80.07% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 245 - color contains mainly: green. Hex color #09F534 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F534 is #F60ACB. Grayscale: #989898. Windows color (decimal): -16124620 or 3470601. OLE color: 3470601.
HSL color Cylindrical-coordinate representation of color #09F534: hue angle of 130.93º 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 #09F534 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 245 | 52 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.04 |
| HSL | 130.93º | 0.93% | 0.5% | - |
| HSV(B) | 130.93º | 0.96% | 0.96% | - |
| XYZ | 33.38 | 65.61 | 14.15 | - |
| YUV | 152.43 | 71.31 | 25.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 245 | 52 | 0.96 | 0 | 0.79 | 0.04 | 130.93 | 0.93 | 0.5 |
| Hex | 9 | F5 | 34 | 60 | 0 | 4F | 4 | 83 | 5D | 32 |
| Octal | 11 | 365 | 64 | 140 | 0 | 117 | 4 | 203 | 135 | 62 |
| Binary | 1001 | 11110101 | 110100 | 1100000 | 0 | 1001111 | 100 | 10000011 | 1011101 | 110010 |
Color Harmonies of #09F534
Complementary color
Monochromatic Colors of #09F534
Black with #09F534
Text Example
Text Example
White with #09F534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F534; }
p { color: rgb(9,245,52); }
H1.HeaderClassName
{
color: #09F534;
}
.AnyTagClassName
{
color: #09F534;
}
</style>
background-color css
<style>
a { background-color: #09F534; }
a { background-color: rgb(9,245,52); }
div.DivClassName
{
background-color: #09F534;
}
.BgClassName
{
background-color: #09F534;
}
</style>
border-color css
<style>
span { border-color: #09F534; }
span { border-color: rgb(9,245,52); }
td.TdClassName
{
border-color: #09F534;
}
.TagClassName
{
border-color: #09F534;
}
</style>