Shades of Free Speech Green #0BF10C
Tints of Free Speech Green #0BF10C
RGB
CMYK
RGB Variations
Color information
#0BF10C (or 0x0BF10C) is known color: Free Speech Green. HEX triplet: 0B, F1 and 0C. RGB value is (11,241,12). Sum of RGB (Red+Green+Blue) = 11+241+12=264 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.17% from 264); Green value is 241 (94.53% from 255 or 91.29% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 241 - color contains mainly: green. Hex color #0BF10C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF10C is #F40EF3. Grayscale: #929292. Windows color (decimal): -15994612 or 848139. OLE color: 848139.
HSL color Cylindrical-coordinate representation of color #0BF10C: hue angle of 120.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF10C is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 11 | 241 | 12 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.05 |
| HSL | 120.26º | 0.91% | 0.49% | - |
| HSV(B) | 120.26º | 0.95% | 0.95% | - |
| XYZ | 31.66 | 63.01 | 10.84 | - |
| YUV | 146.12 | 52.3 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 12 | 0.95 | 0 | 0.95 | 0.05 | 120.26 | 0.91 | 0.49 |
| Hex | B | F1 | C | 5F | 0 | 5F | 5 | 78 | 5B | 31 |
| Octal | 13 | 361 | 14 | 137 | 0 | 137 | 5 | 170 | 133 | 61 |
| Binary | 1011 | 11110001 | 1100 | 1011111 | 0 | 1011111 | 101 | 1111000 | 1011011 | 110001 |
Color Harmonies of #0BF10C
Complementary color
Monochromatic Colors of #0BF10C
Black with #0BF10C
Text Example
Text Example
White with #0BF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF10C; }
p { color: rgb(11,241,12); }
H1.HeaderClassName
{
color: #0BF10C;
}
.AnyTagClassName
{
color: #0BF10C;
}
</style>
background-color css
<style>
a { background-color: #0BF10C; }
a { background-color: rgb(11,241,12); }
div.DivClassName
{
background-color: #0BF10C;
}
.BgClassName
{
background-color: #0BF10C;
}
</style>
border-color css
<style>
span { border-color: #0BF10C; }
span { border-color: rgb(11,241,12); }
td.TdClassName
{
border-color: #0BF10C;
}
.TagClassName
{
border-color: #0BF10C;
}
</style>