Shades of Free Speech Green #09F32C
Tints of Free Speech Green #09F32C
RGB
CMYK
RGB Variations
Color information
#09F32C (or 0x09F32C) is known color: Free Speech Green. HEX triplet: 09, F3 and 2C. RGB value is (9,243,44). Sum of RGB (Red+Green+Blue) = 9+243+44=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 243 (95.31% from 255 or 82.09% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 243 - color contains mainly: green. Hex color #09F32C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F32C is #F60CD3. Grayscale: #969696. Windows color (decimal): -16125140 or 2945801. OLE color: 2945801.
HSL color Cylindrical-coordinate representation of color #09F32C: hue angle of 128.97º 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 #09F32C is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 243 | 44 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.05 |
| HSL | 128.97º | 0.93% | 0.49% | - |
| HSV(B) | 128.97º | 0.96% | 0.95% | - |
| XYZ | 32.62 | 64.34 | 13.08 | - |
| YUV | 150.35 | 67.98 | 27.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 243 | 44 | 0.96 | 0 | 0.82 | 0.05 | 128.97 | 0.93 | 0.49 |
| Hex | 9 | F3 | 2C | 60 | 0 | 52 | 5 | 81 | 5D | 31 |
| Octal | 11 | 363 | 54 | 140 | 0 | 122 | 5 | 201 | 135 | 61 |
| Binary | 1001 | 11110011 | 101100 | 1100000 | 0 | 1010010 | 101 | 10000001 | 1011101 | 110001 |
Color Harmonies of #09F32C
Complementary color
Monochromatic Colors of #09F32C
Black with #09F32C
Text Example
Text Example
White with #09F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F32C; }
p { color: rgb(9,243,44); }
H1.HeaderClassName
{
color: #09F32C;
}
.AnyTagClassName
{
color: #09F32C;
}
</style>
background-color css
<style>
a { background-color: #09F32C; }
a { background-color: rgb(9,243,44); }
div.DivClassName
{
background-color: #09F32C;
}
.BgClassName
{
background-color: #09F32C;
}
</style>
border-color css
<style>
span { border-color: #09F32C; }
span { border-color: rgb(9,243,44); }
td.TdClassName
{
border-color: #09F32C;
}
.TagClassName
{
border-color: #09F32C;
}
</style>