Shades of Free Speech Green #0BF115
Tints of Free Speech Green #0BF115
RGB
CMYK
RGB Variations
Color information
#0BF115 (or 0x0BF115) is known color: Free Speech Green. HEX triplet: 0B, F1 and 15. RGB value is (11,241,21). Sum of RGB (Red+Green+Blue) = 11+241+21=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 241 (94.53% from 255 or 88.28% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF115 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF115 is #F40EEA. Grayscale: #939393. Windows color (decimal): -15994603 or 1437963. OLE color: 1437963.
HSL color Cylindrical-coordinate representation of color #0BF115: hue angle of 122.61º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF115 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 21 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.05 |
| HSL | 122.61º | 0.91% | 0.49% | - |
| HSV(B) | 122.61º | 0.95% | 0.95% | - |
| XYZ | 31.73 | 63.04 | 11.2 | - |
| YUV | 147.15 | 56.8 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 21 | 0.95 | 0 | 0.91 | 0.05 | 122.61 | 0.91 | 0.49 |
| Hex | B | F1 | 15 | 5F | 0 | 5B | 5 | 7B | 5B | 31 |
| Octal | 13 | 361 | 25 | 137 | 0 | 133 | 5 | 173 | 133 | 61 |
| Binary | 1011 | 11110001 | 10101 | 1011111 | 0 | 1011011 | 101 | 1111011 | 1011011 | 110001 |
Color Harmonies of #0BF115
Complementary color
Monochromatic Colors of #0BF115
Black with #0BF115
Text Example
Text Example
White with #0BF115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF115; }
p { color: rgb(11,241,21); }
H1.HeaderClassName
{
color: #0BF115;
}
.AnyTagClassName
{
color: #0BF115;
}
</style>
background-color css
<style>
a { background-color: #0BF115; }
a { background-color: rgb(11,241,21); }
div.DivClassName
{
background-color: #0BF115;
}
.BgClassName
{
background-color: #0BF115;
}
</style>
border-color css
<style>
span { border-color: #0BF115; }
span { border-color: rgb(11,241,21); }
td.TdClassName
{
border-color: #0BF115;
}
.TagClassName
{
border-color: #0BF115;
}
</style>