Shades of Free Speech Green #0BEA26
Tints of Free Speech Green #0BEA26
RGB
CMYK
RGB Variations
Color information
#0BEA26 (or 0x0BEA26) is known color: Free Speech Green. HEX triplet: 0B, EA and 26. RGB value is (11,234,38). Sum of RGB (Red+Green+Blue) = 11+234+38=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 234 (91.80% from 255 or 82.69% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 234 - color contains mainly: green. Hex color #0BEA26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BEA26 is #F415D9. Grayscale: #919191. Windows color (decimal): -15996378 or 2550283. OLE color: 2550283.
HSL color Cylindrical-coordinate representation of color #0BEA26: hue angle of 127.26º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEA26 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 11 | 234 | 38 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.08 |
| HSL | 127.26º | 0.91% | 0.48% | - |
| HSV(B) | 127.26º | 0.95% | 0.92% | - |
| XYZ | 29.91 | 59.06 | 11.66 | - |
| YUV | 144.98 | 67.62 | 32.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 234 | 38 | 0.95 | 0 | 0.84 | 0.08 | 127.26 | 0.91 | 0.48 |
| Hex | B | EA | 26 | 5F | 0 | 54 | 8 | 7F | 5B | 30 |
| Octal | 13 | 352 | 46 | 137 | 0 | 124 | 10 | 177 | 133 | 60 |
| Binary | 1011 | 11101010 | 100110 | 1011111 | 0 | 1010100 | 1000 | 1111111 | 1011011 | 110000 |
Color Harmonies of #0BEA26
Complementary color
Monochromatic Colors of #0BEA26
Black with #0BEA26
Text Example
Text Example
White with #0BEA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEA26; }
p { color: rgb(11,234,38); }
H1.HeaderClassName
{
color: #0BEA26;
}
.AnyTagClassName
{
color: #0BEA26;
}
</style>
background-color css
<style>
a { background-color: #0BEA26; }
a { background-color: rgb(11,234,38); }
div.DivClassName
{
background-color: #0BEA26;
}
.BgClassName
{
background-color: #0BEA26;
}
</style>
border-color css
<style>
span { border-color: #0BEA26; }
span { border-color: rgb(11,234,38); }
td.TdClassName
{
border-color: #0BEA26;
}
.TagClassName
{
border-color: #0BEA26;
}
</style>