Shades of Free Speech Green #0BD909
Tints of Free Speech Green #0BD909
RGB
CMYK
RGB Variations
Color information
#0BD909 (or 0x0BD909) is known color: Free Speech Green. HEX triplet: 0B, D9 and 09. RGB value is (11,217,9). Sum of RGB (Red+Green+Blue) = 11+217+9=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 217 (85.16% from 255 or 91.56% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 217 - color contains mainly: green. Hex color #0BD909 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD909 is #F426F6. Grayscale: #848484. Windows color (decimal): -16000759 or 645387. OLE color: 645387.
HSL color Cylindrical-coordinate representation of color #0BD909: hue angle of 119.42º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BD909 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 217 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.15 |
| HSL | 119.42º | 0.92% | 0.44% | - |
| HSV(B) | 119.42º | 0.96% | 0.85% | - |
| XYZ | 25 | 49.72 | 8.54 | - |
| YUV | 131.69 | 58.75 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 217 | 9 | 0.95 | 0 | 0.96 | 0.15 | 119.42 | 0.92 | 0.44 |
| Hex | B | D9 | 9 | 5F | 0 | 60 | F | 77 | 5C | 2C |
| Octal | 13 | 331 | 11 | 137 | 0 | 140 | 17 | 167 | 134 | 54 |
| Binary | 1011 | 11011001 | 1001 | 1011111 | 0 | 1100000 | 1111 | 1110111 | 1011100 | 101100 |
Color Harmonies of #0BD909
Complementary color
Monochromatic Colors of #0BD909
Black with #0BD909
Text Example
Text Example
White with #0BD909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD909; }
p { color: rgb(11,217,9); }
H1.HeaderClassName
{
color: #0BD909;
}
.AnyTagClassName
{
color: #0BD909;
}
</style>
background-color css
<style>
a { background-color: #0BD909; }
a { background-color: rgb(11,217,9); }
div.DivClassName
{
background-color: #0BD909;
}
.BgClassName
{
background-color: #0BD909;
}
</style>
border-color css
<style>
span { border-color: #0BD909; }
span { border-color: rgb(11,217,9); }
td.TdClassName
{
border-color: #0BD909;
}
.TagClassName
{
border-color: #0BD909;
}
</style>