Shades of Free Speech Green #09F51D
Tints of Free Speech Green #09F51D
RGB
CMYK
RGB Variations
Color information
#09F51D (or 0x09F51D) is known color: Free Speech Green. HEX triplet: 09, F5 and 1D. RGB value is (9,245,29). Sum of RGB (Red+Green+Blue) = 9+245+29=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 245 (96.09% from 255 or 86.57% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 245 - color contains mainly: green. Hex color #09F51D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F51D is #F60AE2. Grayscale: #969696. Windows color (decimal): -16124643 or 1963273. OLE color: 1963273.
HSL color Cylindrical-coordinate representation of color #09F51D: hue angle of 125.08º 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 #09F51D is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 245 | 29 | - |
| CMYK | 0.96 | 0 | 0.88 | 0.04 |
| HSL | 125.08º | 0.93% | 0.5% | - |
| HSV(B) | 125.08º | 0.96% | 0.96% | - |
| XYZ | 32.99 | 65.45 | 12.06 | - |
| YUV | 149.81 | 59.81 | 27.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 245 | 29 | 0.96 | 0 | 0.88 | 0.04 | 125.08 | 0.93 | 0.5 |
| Hex | 9 | F5 | 1D | 60 | 0 | 58 | 4 | 7D | 5D | 32 |
| Octal | 11 | 365 | 35 | 140 | 0 | 130 | 4 | 175 | 135 | 62 |
| Binary | 1001 | 11110101 | 11101 | 1100000 | 0 | 1011000 | 100 | 1111101 | 1011101 | 110010 |
Color Harmonies of #09F51D
Complementary color
Monochromatic Colors of #09F51D
Black with #09F51D
Text Example
Text Example
White with #09F51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F51D; }
p { color: rgb(9,245,29); }
H1.HeaderClassName
{
color: #09F51D;
}
.AnyTagClassName
{
color: #09F51D;
}
</style>
background-color css
<style>
a { background-color: #09F51D; }
a { background-color: rgb(9,245,29); }
div.DivClassName
{
background-color: #09F51D;
}
.BgClassName
{
background-color: #09F51D;
}
</style>
border-color css
<style>
span { border-color: #09F51D; }
span { border-color: rgb(9,245,29); }
td.TdClassName
{
border-color: #09F51D;
}
.TagClassName
{
border-color: #09F51D;
}
</style>