Shades of Free Speech Green #12EC18
Tints of Free Speech Green #12EC18
RGB
CMYK
RGB Variations
Color information
#12EC18 (or 0x12EC18) is known color: Free Speech Green. HEX triplet: 12, EC and 18. RGB value is (18,236,24). Sum of RGB (Red+Green+Blue) = 18+236+24=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 236 (92.58% from 255 or 84.89% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 236 - color contains mainly: green. Hex color #12EC18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12EC18 is #ED13E7. Grayscale: #939393. Windows color (decimal): -15537128 or 1633298. OLE color: 1633298.
HSL color Cylindrical-coordinate representation of color #12EC18: hue angle of 121.65º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EC18 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 236 | 24 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.07 |
| HSL | 121.65º | 0.86% | 0.5% | - |
| HSV(B) | 121.65º | 0.92% | 0.93% | - |
| XYZ | 30.41 | 60.19 | 10.88 | - |
| YUV | 146.65 | 58.78 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 24 | 0.92 | 0 | 0.90 | 0.07 | 121.65 | 0.86 | 0.5 |
| Hex | 12 | EC | 18 | 5C | 0 | 5A | 7 | 7A | 56 | 32 |
| Octal | 22 | 354 | 30 | 134 | 0 | 132 | 7 | 172 | 126 | 62 |
| Binary | 10010 | 11101100 | 11000 | 1011100 | 0 | 1011010 | 111 | 1111010 | 1010110 | 110010 |
Color Harmonies of #12EC18
Complementary color
Monochromatic Colors of #12EC18
Black with #12EC18
Text Example
Text Example
White with #12EC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EC18; }
p { color: rgb(18,236,24); }
H1.HeaderClassName
{
color: #12EC18;
}
.AnyTagClassName
{
color: #12EC18;
}
</style>
background-color css
<style>
a { background-color: #12EC18; }
a { background-color: rgb(18,236,24); }
div.DivClassName
{
background-color: #12EC18;
}
.BgClassName
{
background-color: #12EC18;
}
</style>
border-color css
<style>
span { border-color: #12EC18; }
span { border-color: rgb(18,236,24); }
td.TdClassName
{
border-color: #12EC18;
}
.TagClassName
{
border-color: #12EC18;
}
</style>