Shades of Free Speech Green #0BDA06
Tints of Free Speech Green #0BDA06
RGB
CMYK
RGB Variations
Color information
#0BDA06 (or 0x0BDA06) is known color: Free Speech Green. HEX triplet: 0B, DA and 06. RGB value is (11,218,6). Sum of RGB (Red+Green+Blue) = 11+218+6=235 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.68% from 235); Green value is 218 (85.55% from 255 or 92.77% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 218 - color contains mainly: green. Hex color #0BDA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDA06 is #F425F9. Grayscale: #848484. Windows color (decimal): -16000506 or 449035. OLE color: 449035.
HSL color Cylindrical-coordinate representation of color #0BDA06: hue angle of 118.58º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0BDA06 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 218 | 6 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.15 |
| HSL | 118.58º | 0.95% | 0.44% | - |
| HSV(B) | 118.58º | 0.97% | 0.85% | - |
| XYZ | 25.24 | 50.23 | 8.54 | - |
| YUV | 131.94 | 56.92 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 218 | 6 | 0.95 | 0 | 0.97 | 0.15 | 118.58 | 0.95 | 0.44 |
| Hex | B | DA | 6 | 5F | 0 | 61 | F | 77 | 5F | 2C |
| Octal | 13 | 332 | 6 | 137 | 0 | 141 | 17 | 167 | 137 | 54 |
| Binary | 1011 | 11011010 | 110 | 1011111 | 0 | 1100001 | 1111 | 1110111 | 1011111 | 101100 |
Color Harmonies of #0BDA06
Complementary color
Monochromatic Colors of #0BDA06
Black with #0BDA06
Text Example
Text Example
White with #0BDA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDA06; }
p { color: rgb(11,218,6); }
H1.HeaderClassName
{
color: #0BDA06;
}
.AnyTagClassName
{
color: #0BDA06;
}
</style>
background-color css
<style>
a { background-color: #0BDA06; }
a { background-color: rgb(11,218,6); }
div.DivClassName
{
background-color: #0BDA06;
}
.BgClassName
{
background-color: #0BDA06;
}
</style>
border-color css
<style>
span { border-color: #0BDA06; }
span { border-color: rgb(11,218,6); }
td.TdClassName
{
border-color: #0BDA06;
}
.TagClassName
{
border-color: #0BDA06;
}
</style>