Shades of Free Speech Green #0BD820
Tints of Free Speech Green #0BD820
RGB
CMYK
RGB Variations
Color information
#0BD820 (or 0x0BD820) is known color: Free Speech Green. HEX triplet: 0B, D8 and 20. RGB value is (11,216,32). Sum of RGB (Red+Green+Blue) = 11+216+32=259 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.25% from 259); Green value is 216 (84.77% from 255 or 83.40% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD820 is #F427DF. Grayscale: #868686. Windows color (decimal): -16000992 or 2152459. OLE color: 2152459.
HSL color Cylindrical-coordinate representation of color #0BD820: hue angle of 126.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD820 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 32 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.15 |
| HSL | 126.15º | 0.9% | 0.45% | - |
| HSV(B) | 126.15º | 0.95% | 0.85% | - |
| XYZ | 24.95 | 49.29 | 9.56 | - |
| YUV | 133.73 | 70.58 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 32 | 0.95 | 0 | 0.85 | 0.15 | 126.15 | 0.9 | 0.45 |
| Hex | B | D8 | 20 | 5F | 0 | 55 | F | 7E | 5A | 2D |
| Octal | 13 | 330 | 40 | 137 | 0 | 125 | 17 | 176 | 132 | 55 |
| Binary | 1011 | 11011000 | 100000 | 1011111 | 0 | 1010101 | 1111 | 1111110 | 1011010 | 101101 |
Color Harmonies of #0BD820
Complementary color
Monochromatic Colors of #0BD820
Black with #0BD820
Text Example
Text Example
White with #0BD820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD820; }
p { color: rgb(11,216,32); }
H1.HeaderClassName
{
color: #0BD820;
}
.AnyTagClassName
{
color: #0BD820;
}
</style>
background-color css
<style>
a { background-color: #0BD820; }
a { background-color: rgb(11,216,32); }
div.DivClassName
{
background-color: #0BD820;
}
.BgClassName
{
background-color: #0BD820;
}
</style>
border-color css
<style>
span { border-color: #0BD820; }
span { border-color: rgb(11,216,32); }
td.TdClassName
{
border-color: #0BD820;
}
.TagClassName
{
border-color: #0BD820;
}
</style>