Shades of Free Speech Green #0CEC08
Tints of Free Speech Green #0CEC08
RGB
CMYK
RGB Variations
Color information
#0CEC08 (or 0x0CEC08) is known color: Free Speech Green. HEX triplet: 0C, EC and 08. RGB value is (12,236,8). Sum of RGB (Red+Green+Blue) = 12+236+8=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 236 (92.58% from 255 or 92.19% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEC08 is #F313F7. Grayscale: #8F8F8F. Windows color (decimal): -15930360 or 584716. OLE color: 584716.
HSL color Cylindrical-coordinate representation of color #0CEC08: hue angle of 118.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CEC08 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 8 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.07 |
| HSL | 118.95º | 0.93% | 0.48% | - |
| HSV(B) | 118.95º | 0.97% | 0.93% | - |
| XYZ | 30.19 | 60.09 | 10.24 | - |
| YUV | 143.03 | 51.79 | 34.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 8 | 0.95 | 0 | 0.97 | 0.07 | 118.95 | 0.93 | 0.48 |
| Hex | C | EC | 8 | 5F | 0 | 61 | 7 | 77 | 5D | 30 |
| Octal | 14 | 354 | 10 | 137 | 0 | 141 | 7 | 167 | 135 | 60 |
| Binary | 1100 | 11101100 | 1000 | 1011111 | 0 | 1100001 | 111 | 1110111 | 1011101 | 110000 |
Color Harmonies of #0CEC08
Complementary color
Monochromatic Colors of #0CEC08
Black with #0CEC08
Text Example
Text Example
White with #0CEC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC08; }
p { color: rgb(12,236,8); }
H1.HeaderClassName
{
color: #0CEC08;
}
.AnyTagClassName
{
color: #0CEC08;
}
</style>
background-color css
<style>
a { background-color: #0CEC08; }
a { background-color: rgb(12,236,8); }
div.DivClassName
{
background-color: #0CEC08;
}
.BgClassName
{
background-color: #0CEC08;
}
</style>
border-color css
<style>
span { border-color: #0CEC08; }
span { border-color: rgb(12,236,8); }
td.TdClassName
{
border-color: #0CEC08;
}
.TagClassName
{
border-color: #0CEC08;
}
</style>