Shades of Free Speech Green #0BD718
Tints of Free Speech Green #0BD718
RGB
CMYK
RGB Variations
Color information
#0BD718 (or 0x0BD718) is known color: Free Speech Green. HEX triplet: 0B, D7 and 18. RGB value is (11,215,24). Sum of RGB (Red+Green+Blue) = 11+215+24=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 215 (84.38% from 255 or 86% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD718 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD718 is #F428E7. Grayscale: #848484. Windows color (decimal): -16001256 or 1627915. OLE color: 1627915.
HSL color Cylindrical-coordinate representation of color #0BD718: hue angle of 123.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD718 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 215 | 24 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.16 |
| HSL | 123.82º | 0.9% | 0.44% | - |
| HSV(B) | 123.82º | 0.95% | 0.84% | - |
| XYZ | 24.6 | 48.74 | 8.97 | - |
| YUV | 132.23 | 66.91 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 215 | 24 | 0.95 | 0 | 0.89 | 0.16 | 123.82 | 0.9 | 0.44 |
| Hex | B | D7 | 18 | 5F | 0 | 59 | 10 | 7C | 5A | 2C |
| Octal | 13 | 327 | 30 | 137 | 0 | 131 | 20 | 174 | 132 | 54 |
| Binary | 1011 | 11010111 | 11000 | 1011111 | 0 | 1011001 | 10000 | 1111100 | 1011010 | 101100 |
Color Harmonies of #0BD718
Complementary color
Monochromatic Colors of #0BD718
Black with #0BD718
Text Example
Text Example
White with #0BD718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD718; }
p { color: rgb(11,215,24); }
H1.HeaderClassName
{
color: #0BD718;
}
.AnyTagClassName
{
color: #0BD718;
}
</style>
background-color css
<style>
a { background-color: #0BD718; }
a { background-color: rgb(11,215,24); }
div.DivClassName
{
background-color: #0BD718;
}
.BgClassName
{
background-color: #0BD718;
}
</style>
border-color css
<style>
span { border-color: #0BD718; }
span { border-color: rgb(11,215,24); }
td.TdClassName
{
border-color: #0BD718;
}
.TagClassName
{
border-color: #0BD718;
}
</style>