Shades of Free Speech Green #0BFD09
Tints of Free Speech Green #0BFD09
RGB
CMYK
RGB Variations
Color information
#0BFD09 (or 0x0BFD09) is known color: Free Speech Green. HEX triplet: 0B, FD and 09. RGB value is (11,253,9). Sum of RGB (Red+Green+Blue) = 11+253+9=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 253 (99.22% from 255 or 92.67% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFD09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFD09 is #F402F6. Grayscale: #999999. Windows color (decimal): -15991543 or 654603. OLE color: 654603.
HSL color Cylindrical-coordinate representation of color #0BFD09: hue angle of 119.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFD09 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 9 | - |
| CMYK | 0.96 | 0 | 0.96 | 0.01 |
| HSL | 119.51º | 0.98% | 0.51% | - |
| HSV(B) | 119.51º | 0.96% | 0.99% | - |
| XYZ | 35.31 | 70.34 | 11.97 | - |
| YUV | 152.83 | 46.83 | 26.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 9 | 0.96 | 0 | 0.96 | 0.01 | 119.51 | 0.98 | 0.51 |
| Hex | B | FD | 9 | 60 | 0 | 60 | 1 | 78 | 62 | 33 |
| Octal | 13 | 375 | 11 | 140 | 0 | 140 | 1 | 170 | 142 | 63 |
| Binary | 1011 | 11111101 | 1001 | 1100000 | 0 | 1100000 | 1 | 1111000 | 1100010 | 110011 |
Color Harmonies of #0BFD09
Complementary color
Monochromatic Colors of #0BFD09
Black with #0BFD09
Text Example
Text Example
White with #0BFD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFD09; }
p { color: rgb(11,253,9); }
H1.HeaderClassName
{
color: #0BFD09;
}
.AnyTagClassName
{
color: #0BFD09;
}
</style>
background-color css
<style>
a { background-color: #0BFD09; }
a { background-color: rgb(11,253,9); }
div.DivClassName
{
background-color: #0BFD09;
}
.BgClassName
{
background-color: #0BFD09;
}
</style>
border-color css
<style>
span { border-color: #0BFD09; }
span { border-color: rgb(11,253,9); }
td.TdClassName
{
border-color: #0BFD09;
}
.TagClassName
{
border-color: #0BFD09;
}
</style>