Shades of Free Speech Green #09FF29
Tints of Free Speech Green #09FF29
RGB
CMYK
RGB Variations
Color information
#09FF29 (or 0x09FF29) is known color: Free Speech Green. HEX triplet: 09, FF and 29. RGB value is (9,255,41). Sum of RGB (Red+Green+Blue) = 9+255+41=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 255 (100% from 255 or 83.61% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FF29 is #F600D6. Grayscale: #9D9D9D. Windows color (decimal): -16122071 or 2752265. OLE color: 2752265.
HSL color Cylindrical-coordinate representation of color #09FF29: hue angle of 127.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FF29 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 41 | - |
| CMYK | 0.96 | 0 | 0.84 | 0 |
| HSL | 127.8º | 1% | 0.52% | - |
| HSV(B) | 127.8º | 0.96% | 1% | - |
| XYZ | 36.27 | 71.74 | 14.03 | - |
| YUV | 157.05 | 62.5 | 22.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 41 | 0.96 | 0 | 0.84 | 0 | 127.8 | 1 | 0.52 |
| Hex | 9 | FF | 29 | 60 | 0 | 54 | 0 | 80 | 64 | 34 |
| Octal | 11 | 377 | 51 | 140 | 0 | 124 | 0 | 200 | 144 | 64 |
| Binary | 1001 | 11111111 | 101001 | 1100000 | 0 | 1010100 | 0 | 10000000 | 1100100 | 110100 |
Color Harmonies of #09FF29
Complementary color
Monochromatic Colors of #09FF29
Black with #09FF29
Text Example
Text Example
White with #09FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF29; }
p { color: rgb(9,255,41); }
H1.HeaderClassName
{
color: #09FF29;
}
.AnyTagClassName
{
color: #09FF29;
}
</style>
background-color css
<style>
a { background-color: #09FF29; }
a { background-color: rgb(9,255,41); }
div.DivClassName
{
background-color: #09FF29;
}
.BgClassName
{
background-color: #09FF29;
}
</style>
border-color css
<style>
span { border-color: #09FF29; }
span { border-color: rgb(9,255,41); }
td.TdClassName
{
border-color: #09FF29;
}
.TagClassName
{
border-color: #09FF29;
}
</style>