Shades of Free Speech Green #0BF417
Tints of Free Speech Green #0BF417
RGB
CMYK
RGB Variations
Color information
#0BF417 (or 0x0BF417) is known color: Free Speech Green. HEX triplet: 0B, F4 and 17. RGB value is (11,244,23). Sum of RGB (Red+Green+Blue) = 11+244+23=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 244 (95.70% from 255 or 87.77% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 244 - color contains mainly: green. Hex color #0BF417 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF417 is #F40BE8. Grayscale: #959595. Windows color (decimal): -15993833 or 1569803. OLE color: 1569803.
HSL color Cylindrical-coordinate representation of color #0BF417: hue angle of 123.09º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF417 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 11 | 244 | 23 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.04 |
| HSL | 123.09º | 0.91% | 0.5% | - |
| HSV(B) | 123.09º | 0.95% | 0.96% | - |
| XYZ | 32.64 | 64.83 | 11.6 | - |
| YUV | 149.14 | 56.81 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 244 | 23 | 0.95 | 0 | 0.91 | 0.04 | 123.09 | 0.91 | 0.5 |
| Hex | B | F4 | 17 | 5F | 0 | 5B | 4 | 7B | 5B | 32 |
| Octal | 13 | 364 | 27 | 137 | 0 | 133 | 4 | 173 | 133 | 62 |
| Binary | 1011 | 11110100 | 10111 | 1011111 | 0 | 1011011 | 100 | 1111011 | 1011011 | 110010 |
Color Harmonies of #0BF417
Complementary color
Monochromatic Colors of #0BF417
Black with #0BF417
Text Example
Text Example
White with #0BF417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF417; }
p { color: rgb(11,244,23); }
H1.HeaderClassName
{
color: #0BF417;
}
.AnyTagClassName
{
color: #0BF417;
}
</style>
background-color css
<style>
a { background-color: #0BF417; }
a { background-color: rgb(11,244,23); }
div.DivClassName
{
background-color: #0BF417;
}
.BgClassName
{
background-color: #0BF417;
}
</style>
border-color css
<style>
span { border-color: #0BF417; }
span { border-color: rgb(11,244,23); }
td.TdClassName
{
border-color: #0BF417;
}
.TagClassName
{
border-color: #0BF417;
}
</style>