Shades of Free Speech Green #0BDF14
Tints of Free Speech Green #0BDF14
RGB
CMYK
RGB Variations
Color information
#0BDF14 (or 0x0BDF14) is known color: Free Speech Green. HEX triplet: 0B, DF and 14. RGB value is (11,223,20). Sum of RGB (Red+Green+Blue) = 11+223+20=254 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.33% from 254); Green value is 223 (87.5% from 255 or 87.80% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 223 - color contains mainly: green. Hex color #0BDF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BDF14 is #F420EB. Grayscale: #898989. Windows color (decimal): -15999212 or 1367819. OLE color: 1367819.
HSL color Cylindrical-coordinate representation of color #0BDF14: hue angle of 122.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BDF14 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 223 | 20 | - |
| CMYK | 0.95 | 0 | 0.91 | 0.13 |
| HSL | 122.55º | 0.91% | 0.46% | - |
| HSV(B) | 122.55º | 0.95% | 0.87% | - |
| XYZ | 26.65 | 52.9 | 9.47 | - |
| YUV | 136.47 | 62.26 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 223 | 20 | 0.95 | 0 | 0.91 | 0.13 | 122.55 | 0.91 | 0.46 |
| Hex | B | DF | 14 | 5F | 0 | 5B | D | 7B | 5B | 2E |
| Octal | 13 | 337 | 24 | 137 | 0 | 133 | 15 | 173 | 133 | 56 |
| Binary | 1011 | 11011111 | 10100 | 1011111 | 0 | 1011011 | 1101 | 1111011 | 1011011 | 101110 |
Color Harmonies of #0BDF14
Complementary color
Monochromatic Colors of #0BDF14
Black with #0BDF14
Text Example
Text Example
White with #0BDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BDF14; }
p { color: rgb(11,223,20); }
H1.HeaderClassName
{
color: #0BDF14;
}
.AnyTagClassName
{
color: #0BDF14;
}
</style>
background-color css
<style>
a { background-color: #0BDF14; }
a { background-color: rgb(11,223,20); }
div.DivClassName
{
background-color: #0BDF14;
}
.BgClassName
{
background-color: #0BDF14;
}
</style>
border-color css
<style>
span { border-color: #0BDF14; }
span { border-color: rgb(11,223,20); }
td.TdClassName
{
border-color: #0BDF14;
}
.TagClassName
{
border-color: #0BDF14;
}
</style>