Shades of Free Speech Green #09FB32
Tints of Free Speech Green #09FB32
RGB
CMYK
RGB Variations
Color information
#09FB32 (or 0x09FB32) is known color: Free Speech Green. HEX triplet: 09, FB and 32. RGB value is (9,251,50). Sum of RGB (Red+Green+Blue) = 9+251+50=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 251 (98.44% from 255 or 80.97% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 251 - color contains mainly: green. Hex color #09FB32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FB32 is #F604CD. Grayscale: #9C9C9C. Windows color (decimal): -16123086 or 3341065. OLE color: 3341065.
HSL color Cylindrical-coordinate representation of color #09FB32: hue angle of 130.17º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FB32 is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 251 | 50 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.02 |
| HSL | 130.17º | 0.97% | 0.51% | - |
| HSV(B) | 130.17º | 0.96% | 0.98% | - |
| XYZ | 35.19 | 69.28 | 14.54 | - |
| YUV | 155.73 | 68.33 | 23.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 251 | 50 | 0.96 | 0 | 0.80 | 0.02 | 130.17 | 0.97 | 0.51 |
| Hex | 9 | FB | 32 | 60 | 0 | 50 | 2 | 82 | 61 | 33 |
| Octal | 11 | 373 | 62 | 140 | 0 | 120 | 2 | 202 | 141 | 63 |
| Binary | 1001 | 11111011 | 110010 | 1100000 | 0 | 1010000 | 10 | 10000010 | 1100001 | 110011 |
Color Harmonies of #09FB32
Complementary color
Monochromatic Colors of #09FB32
Black with #09FB32
Text Example
Text Example
White with #09FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FB32; }
p { color: rgb(9,251,50); }
H1.HeaderClassName
{
color: #09FB32;
}
.AnyTagClassName
{
color: #09FB32;
}
</style>
background-color css
<style>
a { background-color: #09FB32; }
a { background-color: rgb(9,251,50); }
div.DivClassName
{
background-color: #09FB32;
}
.BgClassName
{
background-color: #09FB32;
}
</style>
border-color css
<style>
span { border-color: #09FB32; }
span { border-color: rgb(9,251,50); }
td.TdClassName
{
border-color: #09FB32;
}
.TagClassName
{
border-color: #09FB32;
}
</style>