Shades of Free Speech Green #0BE928
Tints of Free Speech Green #0BE928
RGB
CMYK
RGB Variations
Color information
#0BE928 (or 0x0BE928) is known color: Free Speech Green. HEX triplet: 0B, E9 and 28. RGB value is (11,233,40). Sum of RGB (Red+Green+Blue) = 11+233+40=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 233 (91.41% from 255 or 82.04% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 233 - color contains mainly: green. Hex color #0BE928 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BE928 is #F416D7. Grayscale: #919191. Windows color (decimal): -15996632 or 2681099. OLE color: 2681099.
HSL color Cylindrical-coordinate representation of color #0BE928: hue angle of 127.84º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE928 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 233 | 40 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.09 |
| HSL | 127.84º | 0.91% | 0.48% | - |
| HSV(B) | 127.84º | 0.95% | 0.91% | - |
| XYZ | 29.66 | 58.5 | 11.74 | - |
| YUV | 144.62 | 68.95 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 233 | 40 | 0.95 | 0 | 0.83 | 0.09 | 127.84 | 0.91 | 0.48 |
| Hex | B | E9 | 28 | 5F | 0 | 53 | 9 | 80 | 5B | 30 |
| Octal | 13 | 351 | 50 | 137 | 0 | 123 | 11 | 200 | 133 | 60 |
| Binary | 1011 | 11101001 | 101000 | 1011111 | 0 | 1010011 | 1001 | 10000000 | 1011011 | 110000 |
Color Harmonies of #0BE928
Complementary color
Monochromatic Colors of #0BE928
Black with #0BE928
Text Example
Text Example
White with #0BE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE928; }
p { color: rgb(11,233,40); }
H1.HeaderClassName
{
color: #0BE928;
}
.AnyTagClassName
{
color: #0BE928;
}
</style>
background-color css
<style>
a { background-color: #0BE928; }
a { background-color: rgb(11,233,40); }
div.DivClassName
{
background-color: #0BE928;
}
.BgClassName
{
background-color: #0BE928;
}
</style>
border-color css
<style>
span { border-color: #0BE928; }
span { border-color: rgb(11,233,40); }
td.TdClassName
{
border-color: #0BE928;
}
.TagClassName
{
border-color: #0BE928;
}
</style>