Shades of Free Speech Green #09FF33
Tints of Free Speech Green #09FF33
RGB
CMYK
RGB Variations
Color information
#09FF33 (or 0x09FF33) is known color: Free Speech Green. HEX triplet: 09, FF and 33. RGB value is (9,255,51). Sum of RGB (Red+Green+Blue) = 9+255+51=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 255 (100% from 255 or 80.95% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FF33 is #F600CC. Grayscale: #9E9E9E. Windows color (decimal): -16122061 or 3407625. OLE color: 3407625.
HSL color Cylindrical-coordinate representation of color #09FF33: hue angle of 130.24º 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 #09FF33 is Cyan = 0.96, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 51 | - |
| CMYK | 0.96 | 0 | 0.8 | 0 |
| HSL | 130.24º | 1% | 0.52% | - |
| HSV(B) | 130.24º | 0.96% | 1% | - |
| XYZ | 36.47 | 71.82 | 15.07 | - |
| YUV | 158.19 | 67.5 | 21.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 51 | 0.96 | 0 | 0.8 | 0 | 130.24 | 1 | 0.52 |
| Hex | 9 | FF | 33 | 60 | 0 | 50 | 0 | 82 | 64 | 34 |
| Octal | 11 | 377 | 63 | 140 | 0 | 120 | 0 | 202 | 144 | 64 |
| Binary | 1001 | 11111111 | 110011 | 1100000 | 0 | 1010000 | 0 | 10000010 | 1100100 | 110100 |
Color Harmonies of #09FF33
Complementary color
Monochromatic Colors of #09FF33
Black with #09FF33
Text Example
Text Example
White with #09FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF33; }
p { color: rgb(9,255,51); }
H1.HeaderClassName
{
color: #09FF33;
}
.AnyTagClassName
{
color: #09FF33;
}
</style>
background-color css
<style>
a { background-color: #09FF33; }
a { background-color: rgb(9,255,51); }
div.DivClassName
{
background-color: #09FF33;
}
.BgClassName
{
background-color: #09FF33;
}
</style>
border-color css
<style>
span { border-color: #09FF33; }
span { border-color: rgb(9,255,51); }
td.TdClassName
{
border-color: #09FF33;
}
.TagClassName
{
border-color: #09FF33;
}
</style>