Shades of Free Speech Green #0CEC00
Tints of Free Speech Green #0CEC00
RGB
CMYK
RGB Variations
Color information
#0CEC00 (or 0x0CEC00) is known color: Free Speech Green. HEX triplet: 0C, EC and 00. RGB value is (12,236,0). Sum of RGB (Red+Green+Blue) = 12+236+0=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 236 (92.58% from 255 or 95.16% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEC00 is #F313FF. Grayscale: #8E8E8E. Windows color (decimal): -15930368 or 60428. OLE color: 60428.
HSL color Cylindrical-coordinate representation of color #0CEC00: hue angle of 116.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CEC00 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.07 |
| HSL | 116.95º | 1% | 0.46% | - |
| HSV(B) | 116.95º | 1% | 0.93% | - |
| XYZ | 30.15 | 60.07 | 10.01 | - |
| YUV | 142.12 | 47.79 | 35.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 0 | 0.95 | 0 | 1 | 0.07 | 116.95 | 1 | 0.46 |
| Hex | C | EC | 0 | 5F | 0 | 64 | 7 | 75 | 64 | 2E |
| Octal | 14 | 354 | 0 | 137 | 0 | 144 | 7 | 165 | 144 | 56 |
| Binary | 1100 | 11101100 | 0 | 1011111 | 0 | 1100100 | 111 | 1110101 | 1100100 | 101110 |
Color Harmonies of #0CEC00
Complementary color
Monochromatic Colors of #0CEC00
Black with #0CEC00
Text Example
Text Example
White with #0CEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC00; }
p { color: rgb(12,236,0); }
H1.HeaderClassName
{
color: #0CEC00;
}
.AnyTagClassName
{
color: #0CEC00;
}
</style>
background-color css
<style>
a { background-color: #0CEC00; }
a { background-color: rgb(12,236,0); }
div.DivClassName
{
background-color: #0CEC00;
}
.BgClassName
{
background-color: #0CEC00;
}
</style>
border-color css
<style>
span { border-color: #0CEC00; }
span { border-color: rgb(12,236,0); }
td.TdClassName
{
border-color: #0CEC00;
}
.TagClassName
{
border-color: #0CEC00;
}
</style>