Shades of Free Speech Green #0BFA15
Tints of Free Speech Green #0BFA15
RGB
CMYK
RGB Variations
Color information
#0BFA15 (or 0x0BFA15) is known color: Free Speech Green. HEX triplet: 0B, FA and 15. RGB value is (11,250,21). Sum of RGB (Red+Green+Blue) = 11+250+21=282 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.90% from 282); Green value is 250 (98.05% from 255 or 88.65% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA15 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFA15 is #F405EA. Grayscale: #999999. Windows color (decimal): -15992299 or 1440267. OLE color: 1440267.
HSL color Cylindrical-coordinate representation of color #0BFA15: hue angle of 122.51º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFA15 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 21 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.02 |
| HSL | 122.51º | 0.96% | 0.51% | - |
| HSV(B) | 122.51º | 0.96% | 0.98% | - |
| XYZ | 34.46 | 68.5 | 12.11 | - |
| YUV | 152.43 | 53.82 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 21 | 0.96 | 0 | 0.92 | 0.02 | 122.51 | 0.96 | 0.51 |
| Hex | B | FA | 15 | 60 | 0 | 5C | 2 | 7B | 60 | 33 |
| Octal | 13 | 372 | 25 | 140 | 0 | 134 | 2 | 173 | 140 | 63 |
| Binary | 1011 | 11111010 | 10101 | 1100000 | 0 | 1011100 | 10 | 1111011 | 1100000 | 110011 |
Color Harmonies of #0BFA15
Complementary color
Monochromatic Colors of #0BFA15
Black with #0BFA15
Text Example
Text Example
White with #0BFA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA15; }
p { color: rgb(11,250,21); }
H1.HeaderClassName
{
color: #0BFA15;
}
.AnyTagClassName
{
color: #0BFA15;
}
</style>
background-color css
<style>
a { background-color: #0BFA15; }
a { background-color: rgb(11,250,21); }
div.DivClassName
{
background-color: #0BFA15;
}
.BgClassName
{
background-color: #0BFA15;
}
</style>
border-color css
<style>
span { border-color: #0BFA15; }
span { border-color: rgb(11,250,21); }
td.TdClassName
{
border-color: #0BFA15;
}
.TagClassName
{
border-color: #0BFA15;
}
</style>