Shades of Free Speech Green #0CEC12
Tints of Free Speech Green #0CEC12
RGB
CMYK
RGB Variations
Color information
#0CEC12 (or 0x0CEC12) is known color: Free Speech Green. HEX triplet: 0C, EC and 12. RGB value is (12,236,18). Sum of RGB (Red+Green+Blue) = 12+236+18=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 236 (92.58% from 255 or 88.72% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEC12 is #F313ED. Grayscale: #909090. Windows color (decimal): -15930350 or 1240076. OLE color: 1240076.
HSL color Cylindrical-coordinate representation of color #0CEC12: hue angle of 121.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC12 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 18 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.07 |
| HSL | 121.61º | 0.9% | 0.49% | - |
| HSV(B) | 121.61º | 0.95% | 0.93% | - |
| XYZ | 30.26 | 60.11 | 10.58 | - |
| YUV | 144.17 | 56.79 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 18 | 0.95 | 0 | 0.92 | 0.07 | 121.61 | 0.9 | 0.49 |
| Hex | C | EC | 12 | 5F | 0 | 5C | 7 | 7A | 5A | 31 |
| Octal | 14 | 354 | 22 | 137 | 0 | 134 | 7 | 172 | 132 | 61 |
| Binary | 1100 | 11101100 | 10010 | 1011111 | 0 | 1011100 | 111 | 1111010 | 1011010 | 110001 |
Color Harmonies of #0CEC12
Complementary color
Monochromatic Colors of #0CEC12
Black with #0CEC12
Text Example
Text Example
White with #0CEC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC12; }
p { color: rgb(12,236,18); }
H1.HeaderClassName
{
color: #0CEC12;
}
.AnyTagClassName
{
color: #0CEC12;
}
</style>
background-color css
<style>
a { background-color: #0CEC12; }
a { background-color: rgb(12,236,18); }
div.DivClassName
{
background-color: #0CEC12;
}
.BgClassName
{
background-color: #0CEC12;
}
</style>
border-color css
<style>
span { border-color: #0CEC12; }
span { border-color: rgb(12,236,18); }
td.TdClassName
{
border-color: #0CEC12;
}
.TagClassName
{
border-color: #0CEC12;
}
</style>