Shades of Free Speech Green #09FF2B
Tints of Free Speech Green #09FF2B
RGB
CMYK
RGB Variations
Color information
#09FF2B (or 0x09FF2B) is known color: Free Speech Green. HEX triplet: 09, FF and 2B. RGB value is (9,255,43). Sum of RGB (Red+Green+Blue) = 9+255+43=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF2B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FF2B is #F600D4. Grayscale: #9D9D9D. Windows color (decimal): -16122069 or 2883337. OLE color: 2883337.
HSL color Cylindrical-coordinate representation of color #09FF2B: hue angle of 128.29º 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 #09FF2B is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 43 | - |
| CMYK | 0.96 | 0 | 0.83 | 0 |
| HSL | 128.29º | 1% | 0.52% | - |
| HSV(B) | 128.29º | 0.96% | 1% | - |
| XYZ | 36.31 | 71.75 | 14.22 | - |
| YUV | 157.28 | 63.5 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 43 | 0.96 | 0 | 0.83 | 0 | 128.29 | 1 | 0.52 |
| Hex | 9 | FF | 2B | 60 | 0 | 53 | 0 | 80 | 64 | 34 |
| Octal | 11 | 377 | 53 | 140 | 0 | 123 | 0 | 200 | 144 | 64 |
| Binary | 1001 | 11111111 | 101011 | 1100000 | 0 | 1010011 | 0 | 10000000 | 1100100 | 110100 |
Color Harmonies of #09FF2B
Complementary color
Monochromatic Colors of #09FF2B
Black with #09FF2B
Text Example
Text Example
White with #09FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FF2B; }
p { color: rgb(9,255,43); }
H1.HeaderClassName
{
color: #09FF2B;
}
.AnyTagClassName
{
color: #09FF2B;
}
</style>
background-color css
<style>
a { background-color: #09FF2B; }
a { background-color: rgb(9,255,43); }
div.DivClassName
{
background-color: #09FF2B;
}
.BgClassName
{
background-color: #09FF2B;
}
</style>
border-color css
<style>
span { border-color: #09FF2B; }
span { border-color: rgb(9,255,43); }
td.TdClassName
{
border-color: #09FF2B;
}
.TagClassName
{
border-color: #09FF2B;
}
</style>