Shades of Free Speech Green #0BE726
Tints of Free Speech Green #0BE726
RGB
CMYK
RGB Variations
Color information
#0BE726 (or 0x0BE726) is known color: Free Speech Green. HEX triplet: 0B, E7 and 26. RGB value is (11,231,38). Sum of RGB (Red+Green+Blue) = 11+231+38=280 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.93% from 280); Green value is 231 (90.62% from 255 or 82.5% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 231 - color contains mainly: green. Hex color #0BE726 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE726 is #F418D9. Grayscale: #8F8F8F. Windows color (decimal): -15997146 or 2549515. OLE color: 2549515.
HSL color Cylindrical-coordinate representation of color #0BE726: hue angle of 127.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE726 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 231 | 38 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.09 |
| HSL | 127.36º | 0.91% | 0.47% | - |
| HSV(B) | 127.36º | 0.95% | 0.91% | - |
| XYZ | 29.06 | 57.36 | 11.37 | - |
| YUV | 143.22 | 68.61 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 231 | 38 | 0.95 | 0 | 0.84 | 0.09 | 127.36 | 0.91 | 0.47 |
| Hex | B | E7 | 26 | 5F | 0 | 54 | 9 | 7F | 5B | 2F |
| Octal | 13 | 347 | 46 | 137 | 0 | 124 | 11 | 177 | 133 | 57 |
| Binary | 1011 | 11100111 | 100110 | 1011111 | 0 | 1010100 | 1001 | 1111111 | 1011011 | 101111 |
Color Harmonies of #0BE726
Complementary color
Monochromatic Colors of #0BE726
Black with #0BE726
Text Example
Text Example
White with #0BE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE726; }
p { color: rgb(11,231,38); }
H1.HeaderClassName
{
color: #0BE726;
}
.AnyTagClassName
{
color: #0BE726;
}
</style>
background-color css
<style>
a { background-color: #0BE726; }
a { background-color: rgb(11,231,38); }
div.DivClassName
{
background-color: #0BE726;
}
.BgClassName
{
background-color: #0BE726;
}
</style>
border-color css
<style>
span { border-color: #0BE726; }
span { border-color: rgb(11,231,38); }
td.TdClassName
{
border-color: #0BE726;
}
.TagClassName
{
border-color: #0BE726;
}
</style>