Shades of Free Speech Green #0BED0C
Tints of Free Speech Green #0BED0C
RGB
CMYK
RGB Variations
Color information
#0BED0C (or 0x0BED0C) is known color: Free Speech Green. HEX triplet: 0B, ED and 0C. RGB value is (11,237,12). Sum of RGB (Red+Green+Blue) = 11+237+12=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 237 (92.97% from 255 or 91.15% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 237 - color contains mainly: green. Hex color #0BED0C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BED0C is #F412F3. Grayscale: #909090. Windows color (decimal): -15995636 or 847115. OLE color: 847115.
HSL color Cylindrical-coordinate representation of color #0BED0C: hue angle of 120.27º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BED0C is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 237 | 12 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.07 |
| HSL | 120.27º | 0.91% | 0.49% | - |
| HSV(B) | 120.27º | 0.95% | 0.93% | - |
| XYZ | 30.49 | 60.67 | 10.45 | - |
| YUV | 143.78 | 53.63 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 237 | 12 | 0.95 | 0 | 0.95 | 0.07 | 120.27 | 0.91 | 0.49 |
| Hex | B | ED | C | 5F | 0 | 5F | 7 | 78 | 5B | 31 |
| Octal | 13 | 355 | 14 | 137 | 0 | 137 | 7 | 170 | 133 | 61 |
| Binary | 1011 | 11101101 | 1100 | 1011111 | 0 | 1011111 | 111 | 1111000 | 1011011 | 110001 |
Color Harmonies of #0BED0C
Complementary color
Monochromatic Colors of #0BED0C
Black with #0BED0C
Text Example
Text Example
White with #0BED0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BED0C; }
p { color: rgb(11,237,12); }
H1.HeaderClassName
{
color: #0BED0C;
}
.AnyTagClassName
{
color: #0BED0C;
}
</style>
background-color css
<style>
a { background-color: #0BED0C; }
a { background-color: rgb(11,237,12); }
div.DivClassName
{
background-color: #0BED0C;
}
.BgClassName
{
background-color: #0BED0C;
}
</style>
border-color css
<style>
span { border-color: #0BED0C; }
span { border-color: rgb(11,237,12); }
td.TdClassName
{
border-color: #0BED0C;
}
.TagClassName
{
border-color: #0BED0C;
}
</style>