Shades of Free Speech Green #0BF012
Tints of Free Speech Green #0BF012
RGB
CMYK
RGB Variations
Color information
#0BF012 (or 0x0BF012) is known color: Free Speech Green. HEX triplet: 0B, F0 and 12. RGB value is (11,240,18). Sum of RGB (Red+Green+Blue) = 11+240+18=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 240 (94.14% from 255 or 89.22% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 240 - color contains mainly: green. Hex color #0BF012 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF012 is #F40FED. Grayscale: #929292. Windows color (decimal): -15994862 or 1241099. OLE color: 1241099.
HSL color Cylindrical-coordinate representation of color #0BF012: hue angle of 121.83º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF012 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 11 | 240 | 18 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.06 |
| HSL | 121.83º | 0.91% | 0.49% | - |
| HSV(B) | 121.83º | 0.95% | 0.94% | - |
| XYZ | 31.41 | 62.43 | 10.97 | - |
| YUV | 146.22 | 55.63 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 240 | 18 | 0.95 | 0 | 0.92 | 0.06 | 121.83 | 0.91 | 0.49 |
| Hex | B | F0 | 12 | 5F | 0 | 5C | 6 | 7A | 5B | 31 |
| Octal | 13 | 360 | 22 | 137 | 0 | 134 | 6 | 172 | 133 | 61 |
| Binary | 1011 | 11110000 | 10010 | 1011111 | 0 | 1011100 | 110 | 1111010 | 1011011 | 110001 |
Color Harmonies of #0BF012
Complementary color
Monochromatic Colors of #0BF012
Black with #0BF012
Text Example
Text Example
White with #0BF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF012; }
p { color: rgb(11,240,18); }
H1.HeaderClassName
{
color: #0BF012;
}
.AnyTagClassName
{
color: #0BF012;
}
</style>
background-color css
<style>
a { background-color: #0BF012; }
a { background-color: rgb(11,240,18); }
div.DivClassName
{
background-color: #0BF012;
}
.BgClassName
{
background-color: #0BF012;
}
</style>
border-color css
<style>
span { border-color: #0BF012; }
span { border-color: rgb(11,240,18); }
td.TdClassName
{
border-color: #0BF012;
}
.TagClassName
{
border-color: #0BF012;
}
</style>