Shades of Free Speech Green #0BF10E
Tints of Free Speech Green #0BF10E
RGB
CMYK
RGB Variations
Color information
#0BF10E (or 0x0BF10E) is known color: Free Speech Green. HEX triplet: 0B, F1 and 0E. RGB value is (11,241,14). Sum of RGB (Red+Green+Blue) = 11+241+14=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 241 (94.53% from 255 or 90.60% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF10E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF10E is #F40EF1. Grayscale: #939393. Windows color (decimal): -15994610 or 979211. OLE color: 979211.
HSL color Cylindrical-coordinate representation of color #0BF10E: hue angle of 120.78º 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 #0BF10E is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 14 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.05 |
| HSL | 120.78º | 0.91% | 0.49% | - |
| HSV(B) | 120.78º | 0.95% | 0.95% | - |
| XYZ | 31.67 | 63.01 | 10.91 | - |
| YUV | 146.35 | 53.3 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 14 | 0.95 | 0 | 0.94 | 0.05 | 120.78 | 0.91 | 0.49 |
| Hex | B | F1 | E | 5F | 0 | 5E | 5 | 79 | 5B | 31 |
| Octal | 13 | 361 | 16 | 137 | 0 | 136 | 5 | 171 | 133 | 61 |
| Binary | 1011 | 11110001 | 1110 | 1011111 | 0 | 1011110 | 101 | 1111001 | 1011011 | 110001 |
Color Harmonies of #0BF10E
Complementary color
Monochromatic Colors of #0BF10E
Black with #0BF10E
Text Example
Text Example
White with #0BF10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF10E; }
p { color: rgb(11,241,14); }
H1.HeaderClassName
{
color: #0BF10E;
}
.AnyTagClassName
{
color: #0BF10E;
}
</style>
background-color css
<style>
a { background-color: #0BF10E; }
a { background-color: rgb(11,241,14); }
div.DivClassName
{
background-color: #0BF10E;
}
.BgClassName
{
background-color: #0BF10E;
}
</style>
border-color css
<style>
span { border-color: #0BF10E; }
span { border-color: rgb(11,241,14); }
td.TdClassName
{
border-color: #0BF10E;
}
.TagClassName
{
border-color: #0BF10E;
}
</style>