Shades of Free Speech Green #0BD80D
Tints of Free Speech Green #0BD80D
RGB
CMYK
RGB Variations
Color information
#0BD80D (or 0x0BD80D) is known color: Free Speech Green. HEX triplet: 0B, D8 and 0D. RGB value is (11,216,13). Sum of RGB (Red+Green+Blue) = 11+216+13=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 216 (84.77% from 255 or 90% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD80D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD80D is #F427F2. Grayscale: #848484. Windows color (decimal): -16001011 or 907275. OLE color: 907275.
HSL color Cylindrical-coordinate representation of color #0BD80D: hue angle of 120.59º 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 #0BD80D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 216 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.15 |
| HSL | 120.59º | 0.9% | 0.45% | - |
| HSV(B) | 120.59º | 0.95% | 0.85% | - |
| XYZ | 24.77 | 49.21 | 8.57 | - |
| YUV | 131.56 | 61.08 | 42.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 216 | 13 | 0.95 | 0 | 0.94 | 0.15 | 120.59 | 0.9 | 0.45 |
| Hex | B | D8 | D | 5F | 0 | 5E | F | 79 | 5A | 2D |
| Octal | 13 | 330 | 15 | 137 | 0 | 136 | 17 | 171 | 132 | 55 |
| Binary | 1011 | 11011000 | 1101 | 1011111 | 0 | 1011110 | 1111 | 1111001 | 1011010 | 101101 |
Color Harmonies of #0BD80D
Complementary color
Monochromatic Colors of #0BD80D
Black with #0BD80D
Text Example
Text Example
White with #0BD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD80D; }
p { color: rgb(11,216,13); }
H1.HeaderClassName
{
color: #0BD80D;
}
.AnyTagClassName
{
color: #0BD80D;
}
</style>
background-color css
<style>
a { background-color: #0BD80D; }
a { background-color: rgb(11,216,13); }
div.DivClassName
{
background-color: #0BD80D;
}
.BgClassName
{
background-color: #0BD80D;
}
</style>
border-color css
<style>
span { border-color: #0BD80D; }
span { border-color: rgb(11,216,13); }
td.TdClassName
{
border-color: #0BD80D;
}
.TagClassName
{
border-color: #0BD80D;
}
</style>