Shades of Free Speech Green #0BD608
Tints of Free Speech Green #0BD608
RGB
CMYK
RGB Variations
Color information
#0BD608 (or 0x0BD608) is known color: Free Speech Green. HEX triplet: 0B, D6 and 08. RGB value is (11,214,8). Sum of RGB (Red+Green+Blue) = 11+214+8=233 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.72% from 233); Green value is 214 (83.98% from 255 or 91.85% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD608 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BD608 is #F429F7. Grayscale: #828282. Windows color (decimal): -16001528 or 579083. OLE color: 579083.
HSL color Cylindrical-coordinate representation of color #0BD608: hue angle of 119.13º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BD608 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 214 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.16 |
| HSL | 119.13º | 0.93% | 0.44% | - |
| HSV(B) | 119.13º | 0.96% | 0.84% | - |
| XYZ | 24.23 | 48.18 | 8.25 | - |
| YUV | 129.82 | 59.25 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 214 | 8 | 0.95 | 0 | 0.96 | 0.16 | 119.13 | 0.93 | 0.44 |
| Hex | B | D6 | 8 | 5F | 0 | 60 | 10 | 77 | 5D | 2C |
| Octal | 13 | 326 | 10 | 137 | 0 | 140 | 20 | 167 | 135 | 54 |
| Binary | 1011 | 11010110 | 1000 | 1011111 | 0 | 1100000 | 10000 | 1110111 | 1011101 | 101100 |
Color Harmonies of #0BD608
Complementary color
Monochromatic Colors of #0BD608
Black with #0BD608
Text Example
Text Example
White with #0BD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BD608; }
p { color: rgb(11,214,8); }
H1.HeaderClassName
{
color: #0BD608;
}
.AnyTagClassName
{
color: #0BD608;
}
</style>
background-color css
<style>
a { background-color: #0BD608; }
a { background-color: rgb(11,214,8); }
div.DivClassName
{
background-color: #0BD608;
}
.BgClassName
{
background-color: #0BD608;
}
</style>
border-color css
<style>
span { border-color: #0BD608; }
span { border-color: rgb(11,214,8); }
td.TdClassName
{
border-color: #0BD608;
}
.TagClassName
{
border-color: #0BD608;
}
</style>