Shades of Free Speech Green #0BCF16
Tints of Free Speech Green #0BCF16
RGB
CMYK
RGB Variations
Color information
#0BCF16 (or 0x0BCF16) is known color: Free Speech Green. HEX triplet: 0B, CF and 16. RGB value is (11,207,22). Sum of RGB (Red+Green+Blue) = 11+207+22=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 207 (81.25% from 255 or 86.25% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 207 - color contains mainly: green. Hex color #0BCF16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCF16 is #F430E9. Grayscale: #7F7F7F. Windows color (decimal): -16003306 or 1494795. OLE color: 1494795.
HSL color Cylindrical-coordinate representation of color #0BCF16: hue angle of 123.37º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCF16 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 207 | 22 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.19 |
| HSL | 123.37º | 0.9% | 0.43% | - |
| HSV(B) | 123.37º | 0.95% | 0.81% | - |
| XYZ | 22.6 | 44.75 | 8.21 | - |
| YUV | 127.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 207 | 22 | 0.95 | 0 | 0.89 | 0.19 | 123.37 | 0.9 | 0.43 |
| Hex | B | CF | 16 | 5F | 0 | 59 | 13 | 7B | 5A | 2B |
| Octal | 13 | 317 | 26 | 137 | 0 | 131 | 23 | 173 | 132 | 53 |
| Binary | 1011 | 11001111 | 10110 | 1011111 | 0 | 1011001 | 10011 | 1111011 | 1011010 | 101011 |
Color Harmonies of #0BCF16
Complementary color
Monochromatic Colors of #0BCF16
Black with #0BCF16
Text Example
Text Example
White with #0BCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCF16; }
p { color: rgb(11,207,22); }
H1.HeaderClassName
{
color: #0BCF16;
}
.AnyTagClassName
{
color: #0BCF16;
}
</style>
background-color css
<style>
a { background-color: #0BCF16; }
a { background-color: rgb(11,207,22); }
div.DivClassName
{
background-color: #0BCF16;
}
.BgClassName
{
background-color: #0BCF16;
}
</style>
border-color css
<style>
span { border-color: #0BCF16; }
span { border-color: rgb(11,207,22); }
td.TdClassName
{
border-color: #0BCF16;
}
.TagClassName
{
border-color: #0BCF16;
}
</style>