Shades of Free Speech Green #0BF714
Tints of Free Speech Green #0BF714
RGB
CMYK
RGB Variations
Color information
#0BF714 (or 0x0BF714) is known color: Free Speech Green. HEX triplet: 0B, F7 and 14. RGB value is (11,247,20). Sum of RGB (Red+Green+Blue) = 11+247+20=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 247 (96.88% from 255 or 88.85% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF714 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF714 is #F408EB. Grayscale: #979797. Windows color (decimal): -15993068 or 1373963. OLE color: 1373963.
HSL color Cylindrical-coordinate representation of color #0BF714: hue angle of 122.29º 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 #0BF714 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 20 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.03 |
| HSL | 122.29º | 0.94% | 0.51% | - |
| HSV(B) | 122.29º | 0.96% | 0.97% | - |
| XYZ | 33.53 | 66.64 | 11.76 | - |
| YUV | 150.56 | 54.31 | 28.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 20 | 0.96 | 0 | 0.92 | 0.03 | 122.29 | 0.94 | 0.51 |
| Hex | B | F7 | 14 | 60 | 0 | 5C | 3 | 7A | 5E | 33 |
| Octal | 13 | 367 | 24 | 140 | 0 | 134 | 3 | 172 | 136 | 63 |
| Binary | 1011 | 11110111 | 10100 | 1100000 | 0 | 1011100 | 11 | 1111010 | 1011110 | 110011 |
Color Harmonies of #0BF714
Complementary color
Monochromatic Colors of #0BF714
Black with #0BF714
Text Example
Text Example
White with #0BF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF714; }
p { color: rgb(11,247,20); }
H1.HeaderClassName
{
color: #0BF714;
}
.AnyTagClassName
{
color: #0BF714;
}
</style>
background-color css
<style>
a { background-color: #0BF714; }
a { background-color: rgb(11,247,20); }
div.DivClassName
{
background-color: #0BF714;
}
.BgClassName
{
background-color: #0BF714;
}
</style>
border-color css
<style>
span { border-color: #0BF714; }
span { border-color: rgb(11,247,20); }
td.TdClassName
{
border-color: #0BF714;
}
.TagClassName
{
border-color: #0BF714;
}
</style>