Shades of Free Speech Green #0BD10D
Tints of Free Speech Green #0BD10D
RGB
CMYK
RGB Variations
Color information
#0BD10D (or 0x0BD10D) is known color: Free Speech Green. HEX triplet: 0B, D1 and 0D. RGB value is (11,209,13). Sum of RGB (Red+Green+Blue) = 11+209+13=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 209 (82.03% from 255 or 89.70% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 209 - color contains mainly: green. Hex color #0BD10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD10D is #F42EF2. Grayscale: #808080. Windows color (decimal): -16002803 or 905483. OLE color: 905483.
HSL color Cylindrical-coordinate representation of color #0BD10D: hue angle of 120.61º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD10D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 209 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.18 |
| HSL | 120.61º | 0.9% | 0.43% | - |
| HSV(B) | 120.61º | 0.95% | 0.82% | - |
| XYZ | 23.01 | 45.7 | 7.99 | - |
| YUV | 127.45 | 63.4 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 209 | 13 | 0.95 | 0 | 0.94 | 0.18 | 120.61 | 0.9 | 0.43 |
| Hex | B | D1 | D | 5F | 0 | 5E | 12 | 79 | 5A | 2B |
| Octal | 13 | 321 | 15 | 137 | 0 | 136 | 22 | 171 | 132 | 53 |
| Binary | 1011 | 11010001 | 1101 | 1011111 | 0 | 1011110 | 10010 | 1111001 | 1011010 | 101011 |
Color Harmonies of #0BD10D
Complementary color
Monochromatic Colors of #0BD10D
Black with #0BD10D
Text Example
Text Example
White with #0BD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD10D; }
p { color: rgb(11,209,13); }
H1.HeaderClassName
{
color: #0BD10D;
}
.AnyTagClassName
{
color: #0BD10D;
}
</style>
background-color css
<style>
a { background-color: #0BD10D; }
a { background-color: rgb(11,209,13); }
div.DivClassName
{
background-color: #0BD10D;
}
.BgClassName
{
background-color: #0BD10D;
}
</style>
border-color css
<style>
span { border-color: #0BD10D; }
span { border-color: rgb(11,209,13); }
td.TdClassName
{
border-color: #0BD10D;
}
.TagClassName
{
border-color: #0BD10D;
}
</style>