Shades of Free Speech Green #0BFA26
Tints of Free Speech Green #0BFA26
RGB
CMYK
RGB Variations
Color information
#0BFA26 (or 0x0BFA26) is known color: Free Speech Green. HEX triplet: 0B, FA and 26. RGB value is (11,250,38). Sum of RGB (Red+Green+Blue) = 11+250+38=299 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.68% from 299); Green value is 250 (98.05% from 255 or 83.61% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFA26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BFA26 is #F405D9. Grayscale: #9A9A9A. Windows color (decimal): -15992282 or 2554379. OLE color: 2554379.
HSL color Cylindrical-coordinate representation of color #0BFA26: hue angle of 126.78º 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 #0BFA26 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 250 | 38 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.02 |
| HSL | 126.78º | 0.96% | 0.51% | - |
| HSV(B) | 126.78º | 0.96% | 0.98% | - |
| XYZ | 34.67 | 68.58 | 13.24 | - |
| YUV | 154.37 | 62.32 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 38 | 0.96 | 0 | 0.85 | 0.02 | 126.78 | 0.96 | 0.51 |
| Hex | B | FA | 26 | 60 | 0 | 55 | 2 | 7F | 60 | 33 |
| Octal | 13 | 372 | 46 | 140 | 0 | 125 | 2 | 177 | 140 | 63 |
| Binary | 1011 | 11111010 | 100110 | 1100000 | 0 | 1010101 | 10 | 1111111 | 1100000 | 110011 |
Color Harmonies of #0BFA26
Complementary color
Monochromatic Colors of #0BFA26
Black with #0BFA26
Text Example
Text Example
White with #0BFA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFA26; }
p { color: rgb(11,250,38); }
H1.HeaderClassName
{
color: #0BFA26;
}
.AnyTagClassName
{
color: #0BFA26;
}
</style>
background-color css
<style>
a { background-color: #0BFA26; }
a { background-color: rgb(11,250,38); }
div.DivClassName
{
background-color: #0BFA26;
}
.BgClassName
{
background-color: #0BFA26;
}
</style>
border-color css
<style>
span { border-color: #0BFA26; }
span { border-color: rgb(11,250,38); }
td.TdClassName
{
border-color: #0BFA26;
}
.TagClassName
{
border-color: #0BFA26;
}
</style>