Shades of Free Speech Green #0BDC0E
Tints of Free Speech Green #0BDC0E
RGB
CMYK
RGB Variations
Color information
#0BDC0E (or 0x0BDC0E) is known color: Free Speech Green. HEX triplet: 0B, DC and 0E. RGB value is (11,220,14). Sum of RGB (Red+Green+Blue) = 11+220+14=245 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.49% from 245); Green value is 220 (86.33% from 255 or 89.80% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDC0E is #F423F1. Grayscale: #868686. Windows color (decimal): -15999986 or 973835. OLE color: 973835.
HSL color Cylindrical-coordinate representation of color #0BDC0E: hue angle of 120.86º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDC0E is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 220 | 14 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.14 |
| HSL | 120.86º | 0.9% | 0.45% | - |
| HSV(B) | 120.86º | 0.95% | 0.86% | - |
| XYZ | 25.81 | 51.29 | 8.95 | - |
| YUV | 134.03 | 60.26 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 220 | 14 | 0.95 | 0 | 0.94 | 0.14 | 120.86 | 0.9 | 0.45 |
| Hex | B | DC | E | 5F | 0 | 5E | E | 79 | 5A | 2D |
| Octal | 13 | 334 | 16 | 137 | 0 | 136 | 16 | 171 | 132 | 55 |
| Binary | 1011 | 11011100 | 1110 | 1011111 | 0 | 1011110 | 1110 | 1111001 | 1011010 | 101101 |
Color Harmonies of #0BDC0E
Complementary color
Monochromatic Colors of #0BDC0E
Black with #0BDC0E
Text Example
Text Example
White with #0BDC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDC0E; }
p { color: rgb(11,220,14); }
H1.HeaderClassName
{
color: #0BDC0E;
}
.AnyTagClassName
{
color: #0BDC0E;
}
</style>
background-color css
<style>
a { background-color: #0BDC0E; }
a { background-color: rgb(11,220,14); }
div.DivClassName
{
background-color: #0BDC0E;
}
.BgClassName
{
background-color: #0BDC0E;
}
</style>
border-color css
<style>
span { border-color: #0BDC0E; }
span { border-color: rgb(11,220,14); }
td.TdClassName
{
border-color: #0BDC0E;
}
.TagClassName
{
border-color: #0BDC0E;
}
</style>