Shades of Free Speech Green #0BD10E
Tints of Free Speech Green #0BD10E
RGB
CMYK
RGB Variations
Color information
#0BD10E (or 0x0BD10E) is known color: Free Speech Green. HEX triplet: 0B, D1 and 0E. RGB value is (11,209,14). Sum of RGB (Red+Green+Blue) = 11+209+14=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 209 (82.03% from 255 or 89.32% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD10E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD10E is #F42EF1. Grayscale: #808080. Windows color (decimal): -16002802 or 971019. OLE color: 971019.
HSL color Cylindrical-coordinate representation of color #0BD10E: hue angle of 120.91º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD10E is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 209 | 14 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.18 |
| HSL | 120.91º | 0.9% | 0.43% | - |
| HSV(B) | 120.91º | 0.95% | 0.82% | - |
| XYZ | 23.02 | 45.7 | 8.02 | - |
| YUV | 127.57 | 63.9 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 14 | 0.95 | 0 | 0.93 | 0.18 | 120.91 | 0.9 | 0.43 |
| Hex | B | D1 | E | 5F | 0 | 5D | 12 | 79 | 5A | 2B |
| Octal | 13 | 321 | 16 | 137 | 0 | 135 | 22 | 171 | 132 | 53 |
| Binary | 1011 | 11010001 | 1110 | 1011111 | 0 | 1011101 | 10010 | 1111001 | 1011010 | 101011 |
Color Harmonies of #0BD10E
Complementary color
Monochromatic Colors of #0BD10E
Black with #0BD10E
Text Example
Text Example
White with #0BD10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD10E; }
p { color: rgb(11,209,14); }
H1.HeaderClassName
{
color: #0BD10E;
}
.AnyTagClassName
{
color: #0BD10E;
}
</style>
background-color css
<style>
a { background-color: #0BD10E; }
a { background-color: rgb(11,209,14); }
div.DivClassName
{
background-color: #0BD10E;
}
.BgClassName
{
background-color: #0BD10E;
}
</style>
border-color css
<style>
span { border-color: #0BD10E; }
span { border-color: rgb(11,209,14); }
td.TdClassName
{
border-color: #0BD10E;
}
.TagClassName
{
border-color: #0BD10E;
}
</style>