Shades of Free Speech Green #0BD60C
Tints of Free Speech Green #0BD60C
RGB
CMYK
RGB Variations
Color information
#0BD60C (or 0x0BD60C) is known color: Free Speech Green. HEX triplet: 0B, D6 and 0C. RGB value is (11,214,12). Sum of RGB (Red+Green+Blue) = 11+214+12=237 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.64% from 237); Green value is 214 (83.98% from 255 or 90.30% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD60C is #F429F3. Grayscale: #828282. Windows color (decimal): -16001524 or 841227. OLE color: 841227.
HSL color Cylindrical-coordinate representation of color #0BD60C: hue angle of 120.3º 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 #0BD60C is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 12 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.16 |
| HSL | 120.3º | 0.9% | 0.44% | - |
| HSV(B) | 120.3º | 0.95% | 0.84% | - |
| XYZ | 24.25 | 48.19 | 8.37 | - |
| YUV | 130.28 | 61.25 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 12 | 0.95 | 0 | 0.94 | 0.16 | 120.3 | 0.9 | 0.44 |
| Hex | B | D6 | C | 5F | 0 | 5E | 10 | 78 | 5A | 2C |
| Octal | 13 | 326 | 14 | 137 | 0 | 136 | 20 | 170 | 132 | 54 |
| Binary | 1011 | 11010110 | 1100 | 1011111 | 0 | 1011110 | 10000 | 1111000 | 1011010 | 101100 |
Color Harmonies of #0BD60C
Complementary color
Monochromatic Colors of #0BD60C
Black with #0BD60C
Text Example
Text Example
White with #0BD60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD60C; }
p { color: rgb(11,214,12); }
H1.HeaderClassName
{
color: #0BD60C;
}
.AnyTagClassName
{
color: #0BD60C;
}
</style>
background-color css
<style>
a { background-color: #0BD60C; }
a { background-color: rgb(11,214,12); }
div.DivClassName
{
background-color: #0BD60C;
}
.BgClassName
{
background-color: #0BD60C;
}
</style>
border-color css
<style>
span { border-color: #0BD60C; }
span { border-color: rgb(11,214,12); }
td.TdClassName
{
border-color: #0BD60C;
}
.TagClassName
{
border-color: #0BD60C;
}
</style>