Shades of Free Speech Green #0BDA11
Tints of Free Speech Green #0BDA11
RGB
CMYK
RGB Variations
Color information
#0BDA11 (or 0x0BDA11) is known color: Free Speech Green. HEX triplet: 0B, DA and 11. RGB value is (11,218,17). Sum of RGB (Red+Green+Blue) = 11+218+17=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 218 (85.55% from 255 or 88.62% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDA11 is #F425EE. Grayscale: #858585. Windows color (decimal): -16000495 or 1169931. OLE color: 1169931.
HSL color Cylindrical-coordinate representation of color #0BDA11: hue angle of 121.74º 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 #0BDA11 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 17 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.15 |
| HSL | 121.74º | 0.9% | 0.45% | - |
| HSV(B) | 121.74º | 0.95% | 0.85% | - |
| XYZ | 25.31 | 50.25 | 8.9 | - |
| YUV | 133.19 | 62.42 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 17 | 0.95 | 0 | 0.92 | 0.15 | 121.74 | 0.9 | 0.45 |
| Hex | B | DA | 11 | 5F | 0 | 5C | F | 7A | 5A | 2D |
| Octal | 13 | 332 | 21 | 137 | 0 | 134 | 17 | 172 | 132 | 55 |
| Binary | 1011 | 11011010 | 10001 | 1011111 | 0 | 1011100 | 1111 | 1111010 | 1011010 | 101101 |
Color Harmonies of #0BDA11
Complementary color
Monochromatic Colors of #0BDA11
Black with #0BDA11
Text Example
Text Example
White with #0BDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA11; }
p { color: rgb(11,218,17); }
H1.HeaderClassName
{
color: #0BDA11;
}
.AnyTagClassName
{
color: #0BDA11;
}
</style>
background-color css
<style>
a { background-color: #0BDA11; }
a { background-color: rgb(11,218,17); }
div.DivClassName
{
background-color: #0BDA11;
}
.BgClassName
{
background-color: #0BDA11;
}
</style>
border-color css
<style>
span { border-color: #0BDA11; }
span { border-color: rgb(11,218,17); }
td.TdClassName
{
border-color: #0BDA11;
}
.TagClassName
{
border-color: #0BDA11;
}
</style>