Shades of Free Speech Green #0BC909
Tints of Free Speech Green #0BC909
RGB
CMYK
RGB Variations
Color information
#0BC909 (or 0x0BC909) is known color: Free Speech Green. HEX triplet: 0B, C9 and 09. RGB value is (11,201,9). Sum of RGB (Red+Green+Blue) = 11+201+9=221 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.98% from 221); Green value is 201 (78.91% from 255 or 90.95% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 201 - color contains mainly: green. Hex color #0BC909 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC909 is #F436F6. Grayscale: #7A7A7A. Windows color (decimal): -16004855 or 641291. OLE color: 641291.
HSL color Cylindrical-coordinate representation of color #0BC909: hue angle of 119.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BC909 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 11 | 201 | 9 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.21 |
| HSL | 119.38º | 0.91% | 0.41% | - |
| HSV(B) | 119.38º | 0.96% | 0.79% | - |
| XYZ | 21.07 | 41.86 | 7.23 | - |
| YUV | 122.3 | 64.05 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 201 | 9 | 0.95 | 0 | 0.96 | 0.21 | 119.38 | 0.91 | 0.41 |
| Hex | B | C9 | 9 | 5F | 0 | 60 | 15 | 77 | 5B | 29 |
| Octal | 13 | 311 | 11 | 137 | 0 | 140 | 25 | 167 | 133 | 51 |
| Binary | 1011 | 11001001 | 1001 | 1011111 | 0 | 1100000 | 10101 | 1110111 | 1011011 | 101001 |
Color Harmonies of #0BC909
Complementary color
Monochromatic Colors of #0BC909
Black with #0BC909
Text Example
Text Example
White with #0BC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC909; }
p { color: rgb(11,201,9); }
H1.HeaderClassName
{
color: #0BC909;
}
.AnyTagClassName
{
color: #0BC909;
}
</style>
background-color css
<style>
a { background-color: #0BC909; }
a { background-color: rgb(11,201,9); }
div.DivClassName
{
background-color: #0BC909;
}
.BgClassName
{
background-color: #0BC909;
}
</style>
border-color css
<style>
span { border-color: #0BC909; }
span { border-color: rgb(11,201,9); }
td.TdClassName
{
border-color: #0BC909;
}
.TagClassName
{
border-color: #0BC909;
}
</style>