Shades of Free Speech Green #0BDD14
Tints of Free Speech Green #0BDD14
RGB
CMYK
RGB Variations
Color information
#0BDD14 (or 0x0BDD14) is known color: Free Speech Green. HEX triplet: 0B, DD and 14. RGB value is (11,221,20). Sum of RGB (Red+Green+Blue) = 11+221+20=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 221 (86.72% from 255 or 87.70% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 221 - color contains mainly: green. Hex color #0BDD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDD14 is #F422EB. Grayscale: #878787. Windows color (decimal): -15999724 or 1367307. OLE color: 1367307.
HSL color Cylindrical-coordinate representation of color #0BDD14: hue angle of 122.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDD14 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 221 | 20 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.13 |
| HSL | 122.57º | 0.91% | 0.45% | - |
| HSV(B) | 122.57º | 0.95% | 0.87% | - |
| XYZ | 26.12 | 51.83 | 9.29 | - |
| YUV | 135.3 | 62.93 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 221 | 20 | 0.95 | 0 | 0.91 | 0.13 | 122.57 | 0.91 | 0.45 |
| Hex | B | DD | 14 | 5F | 0 | 5B | D | 7B | 5B | 2D |
| Octal | 13 | 335 | 24 | 137 | 0 | 133 | 15 | 173 | 133 | 55 |
| Binary | 1011 | 11011101 | 10100 | 1011111 | 0 | 1011011 | 1101 | 1111011 | 1011011 | 101101 |
Color Harmonies of #0BDD14
Complementary color
Monochromatic Colors of #0BDD14
Black with #0BDD14
Text Example
Text Example
White with #0BDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDD14; }
p { color: rgb(11,221,20); }
H1.HeaderClassName
{
color: #0BDD14;
}
.AnyTagClassName
{
color: #0BDD14;
}
</style>
background-color css
<style>
a { background-color: #0BDD14; }
a { background-color: rgb(11,221,20); }
div.DivClassName
{
background-color: #0BDD14;
}
.BgClassName
{
background-color: #0BDD14;
}
</style>
border-color css
<style>
span { border-color: #0BDD14; }
span { border-color: rgb(11,221,20); }
td.TdClassName
{
border-color: #0BDD14;
}
.TagClassName
{
border-color: #0BDD14;
}
</style>