Shades of Free Speech Green #0BE512
Tints of Free Speech Green #0BE512
RGB
CMYK
RGB Variations
Color information
#0BE512 (or 0x0BE512) is known color: Free Speech Green. HEX triplet: 0B, E5 and 12. RGB value is (11,229,18). Sum of RGB (Red+Green+Blue) = 11+229+18=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 229 (89.84% from 255 or 88.76% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 229 - color contains mainly: green. Hex color #0BE512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BE512 is #F41AED. Grayscale: #8C8C8C. Windows color (decimal): -15997678 or 1238283. OLE color: 1238283.
HSL color Cylindrical-coordinate representation of color #0BE512: hue angle of 121.93º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE512 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 11 | 229 | 18 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.10 |
| HSL | 121.93º | 0.91% | 0.47% | - |
| HSV(B) | 121.93º | 0.95% | 0.9% | - |
| XYZ | 28.27 | 56.15 | 9.92 | - |
| YUV | 139.76 | 59.28 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 229 | 18 | 0.95 | 0 | 0.92 | 0.10 | 121.93 | 0.91 | 0.47 |
| Hex | B | E5 | 12 | 5F | 0 | 5C | A | 7A | 5B | 2F |
| Octal | 13 | 345 | 22 | 137 | 0 | 134 | 12 | 172 | 133 | 57 |
| Binary | 1011 | 11100101 | 10010 | 1011111 | 0 | 1011100 | 1010 | 1111010 | 1011011 | 101111 |
Color Harmonies of #0BE512
Complementary color
Monochromatic Colors of #0BE512
Black with #0BE512
Text Example
Text Example
White with #0BE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE512; }
p { color: rgb(11,229,18); }
H1.HeaderClassName
{
color: #0BE512;
}
.AnyTagClassName
{
color: #0BE512;
}
</style>
background-color css
<style>
a { background-color: #0BE512; }
a { background-color: rgb(11,229,18); }
div.DivClassName
{
background-color: #0BE512;
}
.BgClassName
{
background-color: #0BE512;
}
</style>
border-color css
<style>
span { border-color: #0BE512; }
span { border-color: rgb(11,229,18); }
td.TdClassName
{
border-color: #0BE512;
}
.TagClassName
{
border-color: #0BE512;
}
</style>