Shades of Free Speech Green #0BF712
Tints of Free Speech Green #0BF712
RGB
CMYK
RGB Variations
Color information
#0BF712 (or 0x0BF712) is known color: Free Speech Green. HEX triplet: 0B, F7 and 12. RGB value is (11,247,18). Sum of RGB (Red+Green+Blue) = 11+247+18=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 247 (96.88% from 255 or 89.49% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF712 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF712 is #F408ED. Grayscale: #979797. Windows color (decimal): -15993070 or 1242891. OLE color: 1242891.
HSL color Cylindrical-coordinate representation of color #0BF712: hue angle of 121.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF712 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 18 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.03 |
| HSL | 121.78º | 0.94% | 0.51% | - |
| HSV(B) | 121.78º | 0.96% | 0.97% | - |
| XYZ | 33.51 | 66.64 | 11.67 | - |
| YUV | 150.33 | 53.31 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 18 | 0.96 | 0 | 0.93 | 0.03 | 121.78 | 0.94 | 0.51 |
| Hex | B | F7 | 12 | 60 | 0 | 5D | 3 | 7A | 5E | 33 |
| Octal | 13 | 367 | 22 | 140 | 0 | 135 | 3 | 172 | 136 | 63 |
| Binary | 1011 | 11110111 | 10010 | 1100000 | 0 | 1011101 | 11 | 1111010 | 1011110 | 110011 |
Color Harmonies of #0BF712
Complementary color
Monochromatic Colors of #0BF712
Black with #0BF712
Text Example
Text Example
White with #0BF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF712; }
p { color: rgb(11,247,18); }
H1.HeaderClassName
{
color: #0BF712;
}
.AnyTagClassName
{
color: #0BF712;
}
</style>
background-color css
<style>
a { background-color: #0BF712; }
a { background-color: rgb(11,247,18); }
div.DivClassName
{
background-color: #0BF712;
}
.BgClassName
{
background-color: #0BF712;
}
</style>
border-color css
<style>
span { border-color: #0BF712; }
span { border-color: rgb(11,247,18); }
td.TdClassName
{
border-color: #0BF712;
}
.TagClassName
{
border-color: #0BF712;
}
</style>