Shades of Free Speech Green #0BCE08
Tints of Free Speech Green #0BCE08
RGB
CMYK
RGB Variations
Color information
#0BCE08 (or 0x0BCE08) is known color: Free Speech Green. HEX triplet: 0B, CE and 08. RGB value is (11,206,8). Sum of RGB (Red+Green+Blue) = 11+206+8=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 206 (80.86% from 255 or 91.56% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BCE08 is #F431F7. Grayscale: #7D7D7D. Windows color (decimal): -16003576 or 577035. OLE color: 577035.
HSL color Cylindrical-coordinate representation of color #0BCE08: hue angle of 119.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BCE08 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 11 | 206 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.19 |
| HSL | 119.09º | 0.93% | 0.42% | - |
| HSV(B) | 119.09º | 0.96% | 0.81% | - |
| XYZ | 22.25 | 44.23 | 7.59 | - |
| YUV | 125.12 | 61.9 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 206 | 8 | 0.95 | 0 | 0.96 | 0.19 | 119.09 | 0.93 | 0.42 |
| Hex | B | CE | 8 | 5F | 0 | 60 | 13 | 77 | 5D | 2A |
| Octal | 13 | 316 | 10 | 137 | 0 | 140 | 23 | 167 | 135 | 52 |
| Binary | 1011 | 11001110 | 1000 | 1011111 | 0 | 1100000 | 10011 | 1110111 | 1011101 | 101010 |
Color Harmonies of #0BCE08
Complementary color
Monochromatic Colors of #0BCE08
Black with #0BCE08
Text Example
Text Example
White with #0BCE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BCE08; }
p { color: rgb(11,206,8); }
H1.HeaderClassName
{
color: #0BCE08;
}
.AnyTagClassName
{
color: #0BCE08;
}
</style>
background-color css
<style>
a { background-color: #0BCE08; }
a { background-color: rgb(11,206,8); }
div.DivClassName
{
background-color: #0BCE08;
}
.BgClassName
{
background-color: #0BCE08;
}
</style>
border-color css
<style>
span { border-color: #0BCE08; }
span { border-color: rgb(11,206,8); }
td.TdClassName
{
border-color: #0BCE08;
}
.TagClassName
{
border-color: #0BCE08;
}
</style>