Shades of Free Speech Green #0BD018
Tints of Free Speech Green #0BD018
RGB
CMYK
RGB Variations
Color information
#0BD018 (or 0x0BD018) is known color: Free Speech Green. HEX triplet: 0B, D0 and 18. RGB value is (11,208,24). Sum of RGB (Red+Green+Blue) = 11+208+24=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 208 (81.64% from 255 or 85.60% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 208 - color contains mainly: green. Hex color #0BD018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD018 is #F42FE7. Grayscale: #808080. Windows color (decimal): -16003048 or 1626123. OLE color: 1626123.
HSL color Cylindrical-coordinate representation of color #0BD018: hue angle of 123.96º 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 #0BD018 is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 208 | 24 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.18 |
| HSL | 123.96º | 0.9% | 0.43% | - |
| HSV(B) | 123.96º | 0.95% | 0.82% | - |
| XYZ | 22.86 | 45.25 | 8.39 | - |
| YUV | 128.12 | 69.23 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 208 | 24 | 0.95 | 0 | 0.88 | 0.18 | 123.96 | 0.9 | 0.43 |
| Hex | B | D0 | 18 | 5F | 0 | 58 | 12 | 7C | 5A | 2B |
| Octal | 13 | 320 | 30 | 137 | 0 | 130 | 22 | 174 | 132 | 53 |
| Binary | 1011 | 11010000 | 11000 | 1011111 | 0 | 1011000 | 10010 | 1111100 | 1011010 | 101011 |
Color Harmonies of #0BD018
Complementary color
Monochromatic Colors of #0BD018
Black with #0BD018
Text Example
Text Example
White with #0BD018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD018; }
p { color: rgb(11,208,24); }
H1.HeaderClassName
{
color: #0BD018;
}
.AnyTagClassName
{
color: #0BD018;
}
</style>
background-color css
<style>
a { background-color: #0BD018; }
a { background-color: rgb(11,208,24); }
div.DivClassName
{
background-color: #0BD018;
}
.BgClassName
{
background-color: #0BD018;
}
</style>
border-color css
<style>
span { border-color: #0BD018; }
span { border-color: rgb(11,208,24); }
td.TdClassName
{
border-color: #0BD018;
}
.TagClassName
{
border-color: #0BD018;
}
</style>