Shades of Free Speech Green #09F52D
Tints of Free Speech Green #09F52D
RGB
CMYK
RGB Variations
Color information
#09F52D (or 0x09F52D) is known color: Free Speech Green. HEX triplet: 09, F5 and 2D. RGB value is (9,245,45). Sum of RGB (Red+Green+Blue) = 9+245+45=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 245 (96.09% from 255 or 81.94% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 245 - color contains mainly: green. Hex color #09F52D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F52D is #F60AD2. Grayscale: #989898. Windows color (decimal): -16124627 or 3011849. OLE color: 3011849.
HSL color Cylindrical-coordinate representation of color #09F52D: hue angle of 129.15º 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 #09F52D is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 245 | 45 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.04 |
| HSL | 129.15º | 0.93% | 0.5% | - |
| HSV(B) | 129.15º | 0.96% | 0.96% | - |
| XYZ | 33.24 | 65.55 | 13.38 | - |
| YUV | 151.64 | 67.81 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 245 | 45 | 0.96 | 0 | 0.82 | 0.04 | 129.15 | 0.93 | 0.5 |
| Hex | 9 | F5 | 2D | 60 | 0 | 52 | 4 | 81 | 5D | 32 |
| Octal | 11 | 365 | 55 | 140 | 0 | 122 | 4 | 201 | 135 | 62 |
| Binary | 1001 | 11110101 | 101101 | 1100000 | 0 | 1010010 | 100 | 10000001 | 1011101 | 110010 |
Color Harmonies of #09F52D
Complementary color
Monochromatic Colors of #09F52D
Black with #09F52D
Text Example
Text Example
White with #09F52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F52D; }
p { color: rgb(9,245,45); }
H1.HeaderClassName
{
color: #09F52D;
}
.AnyTagClassName
{
color: #09F52D;
}
</style>
background-color css
<style>
a { background-color: #09F52D; }
a { background-color: rgb(9,245,45); }
div.DivClassName
{
background-color: #09F52D;
}
.BgClassName
{
background-color: #09F52D;
}
</style>
border-color css
<style>
span { border-color: #09F52D; }
span { border-color: rgb(9,245,45); }
td.TdClassName
{
border-color: #09F52D;
}
.TagClassName
{
border-color: #09F52D;
}
</style>