Shades of Free Speech Green #0BFA09
Tints of Free Speech Green #0BFA09
RGB
CMYK
RGB Variations
Color information
#0BFA09 (or 0x0BFA09) is known color: Free Speech Green. HEX triplet: 0B, FA and 09. RGB value is (11,250,9). Sum of RGB (Red+Green+Blue) = 11+250+9=270 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.07% from 270); Green value is 250 (98.05% from 255 or 92.59% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFA09 is #F405F6. Grayscale: #979797. Windows color (decimal): -15992311 or 653835. OLE color: 653835.
HSL color Cylindrical-coordinate representation of color #0BFA09: hue angle of 119.5º degrees, saturation: 0.96, 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 #0BFA09 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 9 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.02 |
| HSL | 119.5º | 0.96% | 0.51% | - |
| HSV(B) | 119.5º | 0.96% | 0.98% | - |
| XYZ | 34.37 | 68.46 | 11.66 | - |
| YUV | 151.07 | 47.82 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 9 | 0.96 | 0 | 0.96 | 0.02 | 119.5 | 0.96 | 0.51 |
| Hex | B | FA | 9 | 60 | 0 | 60 | 2 | 78 | 60 | 33 |
| Octal | 13 | 372 | 11 | 140 | 0 | 140 | 2 | 170 | 140 | 63 |
| Binary | 1011 | 11111010 | 1001 | 1100000 | 0 | 1100000 | 10 | 1111000 | 1100000 | 110011 |
Color Harmonies of #0BFA09
Complementary color
Monochromatic Colors of #0BFA09
Black with #0BFA09
Text Example
Text Example
White with #0BFA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA09; }
p { color: rgb(11,250,9); }
H1.HeaderClassName
{
color: #0BFA09;
}
.AnyTagClassName
{
color: #0BFA09;
}
</style>
background-color css
<style>
a { background-color: #0BFA09; }
a { background-color: rgb(11,250,9); }
div.DivClassName
{
background-color: #0BFA09;
}
.BgClassName
{
background-color: #0BFA09;
}
</style>
border-color css
<style>
span { border-color: #0BFA09; }
span { border-color: rgb(11,250,9); }
td.TdClassName
{
border-color: #0BFA09;
}
.TagClassName
{
border-color: #0BFA09;
}
</style>