Shades of Free Speech Green #0CEC1F
Tints of Free Speech Green #0CEC1F
RGB
CMYK
RGB Variations
Color information
#0CEC1F (or 0x0CEC1F) is known color: Free Speech Green. HEX triplet: 0C, EC and 1F. RGB value is (12,236,31). Sum of RGB (Red+Green+Blue) = 12+236+31=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 236 (92.58% from 255 or 84.59% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEC1F is #F313E0. Grayscale: #929292. Windows color (decimal): -15930337 or 2092044. OLE color: 2092044.
HSL color Cylindrical-coordinate representation of color #0CEC1F: hue angle of 125.09º 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 #0CEC1F is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 236 | 31 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.07 |
| HSL | 125.09º | 0.9% | 0.49% | - |
| HSV(B) | 125.09º | 0.95% | 0.93% | - |
| XYZ | 30.39 | 60.17 | 11.31 | - |
| YUV | 145.65 | 63.29 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 31 | 0.95 | 0 | 0.87 | 0.07 | 125.09 | 0.9 | 0.49 |
| Hex | C | EC | 1F | 5F | 0 | 57 | 7 | 7D | 5A | 31 |
| Octal | 14 | 354 | 37 | 137 | 0 | 127 | 7 | 175 | 132 | 61 |
| Binary | 1100 | 11101100 | 11111 | 1011111 | 0 | 1010111 | 111 | 1111101 | 1011010 | 110001 |
Color Harmonies of #0CEC1F
Complementary color
Monochromatic Colors of #0CEC1F
Black with #0CEC1F
Text Example
Text Example
White with #0CEC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEC1F; }
p { color: rgb(12,236,31); }
H1.HeaderClassName
{
color: #0CEC1F;
}
.AnyTagClassName
{
color: #0CEC1F;
}
</style>
background-color css
<style>
a { background-color: #0CEC1F; }
a { background-color: rgb(12,236,31); }
div.DivClassName
{
background-color: #0CEC1F;
}
.BgClassName
{
background-color: #0CEC1F;
}
</style>
border-color css
<style>
span { border-color: #0CEC1F; }
span { border-color: rgb(12,236,31); }
td.TdClassName
{
border-color: #0CEC1F;
}
.TagClassName
{
border-color: #0CEC1F;
}
</style>