Shades of Free Speech Green #0BFF0D
Tints of Free Speech Green #0BFF0D
RGB
CMYK
RGB Variations
Color information
#0BFF0D (or 0x0BFF0D) is known color: Free Speech Green. HEX triplet: 0B, FF and 0D. RGB value is (11,255,13). Sum of RGB (Red+Green+Blue) = 11+255+13=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 255 (100% from 255 or 91.40% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFF0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BFF0D is #F400F2. Grayscale: #9B9B9B. Windows color (decimal): -15991027 or 917259. OLE color: 917259.
HSL color Cylindrical-coordinate representation of color #0BFF0D: hue angle of 120.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFF0D is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 255 | 13 | - |
| CMYK | 0.96 | 0 | 0.95 | 0 |
| HSL | 120.49º | 1% | 0.52% | - |
| HSV(B) | 120.49º | 0.96% | 1% | - |
| XYZ | 35.97 | 71.62 | 12.31 | - |
| YUV | 154.46 | 48.16 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 255 | 13 | 0.96 | 0 | 0.95 | 0 | 120.49 | 1 | 0.52 |
| Hex | B | FF | D | 60 | 0 | 5F | 0 | 78 | 64 | 34 |
| Octal | 13 | 377 | 15 | 140 | 0 | 137 | 0 | 170 | 144 | 64 |
| Binary | 1011 | 11111111 | 1101 | 1100000 | 0 | 1011111 | 0 | 1111000 | 1100100 | 110100 |
Color Harmonies of #0BFF0D
Complementary color
Monochromatic Colors of #0BFF0D
Black with #0BFF0D
Text Example
Text Example
White with #0BFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFF0D; }
p { color: rgb(11,255,13); }
H1.HeaderClassName
{
color: #0BFF0D;
}
.AnyTagClassName
{
color: #0BFF0D;
}
</style>
background-color css
<style>
a { background-color: #0BFF0D; }
a { background-color: rgb(11,255,13); }
div.DivClassName
{
background-color: #0BFF0D;
}
.BgClassName
{
background-color: #0BFF0D;
}
</style>
border-color css
<style>
span { border-color: #0BFF0D; }
span { border-color: rgb(11,255,13); }
td.TdClassName
{
border-color: #0BFF0D;
}
.TagClassName
{
border-color: #0BFF0D;
}
</style>