Shades of Free Speech Green #0CEB00
Tints of Free Speech Green #0CEB00
RGB
CMYK
RGB Variations
Color information
#0CEB00 (or 0x0CEB00) is known color: Free Speech Green. HEX triplet: 0C, EB and 00. RGB value is (12,235,0). Sum of RGB (Red+Green+Blue) = 12+235+0=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 235 (92.19% from 255 or 95.14% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 235 - color contains mainly: green. Hex color #0CEB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEB00 is #F314FF. Grayscale: #8E8E8E. Windows color (decimal): -15930624 or 60172. OLE color: 60172.
HSL color Cylindrical-coordinate representation of color #0CEB00: hue angle of 116.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CEB00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 235 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.08 |
| HSL | 116.94º | 1% | 0.46% | - |
| HSV(B) | 116.94º | 1% | 0.92% | - |
| XYZ | 29.86 | 59.49 | 9.91 | - |
| YUV | 141.53 | 48.12 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 235 | 0 | 0.95 | 0 | 1 | 0.08 | 116.94 | 1 | 0.46 |
| Hex | C | EB | 0 | 5F | 0 | 64 | 8 | 75 | 64 | 2E |
| Octal | 14 | 353 | 0 | 137 | 0 | 144 | 10 | 165 | 144 | 56 |
| Binary | 1100 | 11101011 | 0 | 1011111 | 0 | 1100100 | 1000 | 1110101 | 1100100 | 101110 |
Color Harmonies of #0CEB00
Complementary color
Monochromatic Colors of #0CEB00
Black with #0CEB00
Text Example
Text Example
White with #0CEB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEB00; }
p { color: rgb(12,235,0); }
H1.HeaderClassName
{
color: #0CEB00;
}
.AnyTagClassName
{
color: #0CEB00;
}
</style>
background-color css
<style>
a { background-color: #0CEB00; }
a { background-color: rgb(12,235,0); }
div.DivClassName
{
background-color: #0CEB00;
}
.BgClassName
{
background-color: #0CEB00;
}
</style>
border-color css
<style>
span { border-color: #0CEB00; }
span { border-color: rgb(12,235,0); }
td.TdClassName
{
border-color: #0CEB00;
}
.TagClassName
{
border-color: #0CEB00;
}
</style>