Shades of Free Speech Green #0BF718
Tints of Free Speech Green #0BF718
RGB
CMYK
RGB Variations
Color information
#0BF718 (or 0x0BF718) is known color: Free Speech Green. HEX triplet: 0B, F7 and 18. RGB value is (11,247,24). Sum of RGB (Red+Green+Blue) = 11+247+24=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 247 (96.88% from 255 or 87.59% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF718 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF718 is #F408E7. Grayscale: #979797. Windows color (decimal): -15993064 or 1636107. OLE color: 1636107.
HSL color Cylindrical-coordinate representation of color #0BF718: hue angle of 123.31º 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 #0BF718 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 11 | 247 | 24 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.03 |
| HSL | 123.31º | 0.94% | 0.51% | - |
| HSV(B) | 123.31º | 0.96% | 0.97% | - |
| XYZ | 33.56 | 66.66 | 11.96 | - |
| YUV | 151.01 | 56.31 | 28.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 247 | 24 | 0.96 | 0 | 0.90 | 0.03 | 123.31 | 0.94 | 0.51 |
| Hex | B | F7 | 18 | 60 | 0 | 5A | 3 | 7B | 5E | 33 |
| Octal | 13 | 367 | 30 | 140 | 0 | 132 | 3 | 173 | 136 | 63 |
| Binary | 1011 | 11110111 | 11000 | 1100000 | 0 | 1011010 | 11 | 1111011 | 1011110 | 110011 |
Color Harmonies of #0BF718
Complementary color
Monochromatic Colors of #0BF718
Black with #0BF718
Text Example
Text Example
White with #0BF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF718; }
p { color: rgb(11,247,24); }
H1.HeaderClassName
{
color: #0BF718;
}
.AnyTagClassName
{
color: #0BF718;
}
</style>
background-color css
<style>
a { background-color: #0BF718; }
a { background-color: rgb(11,247,24); }
div.DivClassName
{
background-color: #0BF718;
}
.BgClassName
{
background-color: #0BF718;
}
</style>
border-color css
<style>
span { border-color: #0BF718; }
span { border-color: rgb(11,247,24); }
td.TdClassName
{
border-color: #0BF718;
}
.TagClassName
{
border-color: #0BF718;
}
</style>